#D77476

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

Shades of Froly #D77476

Tints of Froly #D77476

Color information

#D77476 (or 0xD77476) is unknown color: approx Froly. HEX triplet: D7, 74 and 76. RGB value is (215,116,118). Sum of RGB (Red+Green+Blue) = 215+116+118=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77476 is #288B89. Grayscale: #919191. Windows color (decimal): -2657162 or 7763159. OLE color: 7763159.

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

Color convert

RGB215116118-
CMYK00.460.450.16
HSL358.79º55.31%64.9%-
HSV(B)358.79º46.05%84.31%-
XYZ37.5428.2520.61-
YUV145.83112.3177.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=47.88%
G=25.84%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511611800.460.450.16358.7955.3164.9
HexD7747602E2D101673741
Octal327164166056552054767101
Binary11010111111010011101100101110101101100001011001111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77476; }

 p { color: rgb(215,116,118); }

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

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

 a { background-color: rgb(215,116,118); }

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

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

 span { border-color: rgb(215,116,118); }

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