#D7737A

Color #D7737A Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D7737A

Tints of Froly #D7737A

Color information

#D7737A (or 0xD7737A) is unknown color: approx Froly. HEX triplet: D7, 73 and 7A. RGB value is (215,115,122). Sum of RGB (Red+Green+Blue) = 215+115+122=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7737A is #288C85. Grayscale: #919191. Windows color (decimal): -2657414 or 8025047. OLE color: 8025047.

HSL color Cylindrical-coordinate representation of color #D7737A: hue angle of 355.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7737A is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB215115122-
CMYK00.470.430.16
HSL355.8º55.56%64.71%-
HSV(B)355.8º46.51%84.31%-
XYZ37.6728.1121.85-
YUV145.7114.63177.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=47.57%
G=25.44%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511512200.470.430.16355.855.5664.71
HexD7737A02F2B101643841
Octal327163172057532054470101
Binary11010111111001111110100101111101011100001011001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7737A; }

 p { color: rgb(215,115,122); }

 H1.HeaderClassName
 {
   color: #D7737A;
 }
 .AnyTagClassName
 {
   color: #D7737A;
 }
</style>
background-color css

<style>
 a { background-color: #D7737A; }

 a { background-color: rgb(215,115,122); }

 div.DivClassName
 {
   background-color: #D7737A;
 }
 .BgClassName
 {
   background-color: #D7737A;
 }
</style>
border-color css

<style>
 span { border-color: #D7737A; }

 span { border-color: rgb(215,115,122); }

 td.TdClassName
 {
   border-color: #D7737A;
 }
 .TagClassName
 {
   border-color: #D7737A;
 }
</style>