#D76A76

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

Shades of Froly #D76A76

Tints of Froly #D76A76

Color information

#D76A76 (or 0xD76A76) is unknown color: approx Froly. HEX triplet: D7, 6A and 76. RGB value is (215,106,118). Sum of RGB (Red+Green+Blue) = 215+106+118=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A76 is #289589. Grayscale: #8C8C8C. Windows color (decimal): -2659722 or 7760599. OLE color: 7760599.

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

Color convert

RGB215106118-
CMYK00.510.450.16
HSL353.39º57.67%62.94%-
HSV(B)353.39º50.7%84.31%-
XYZ36.4526.0620.25-
YUV139.96115.61181.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.97%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=48.97%
G=24.15%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510611800.510.450.16353.3957.6762.94
HexD76A760332D101613a3f
Octal32715216606355205417277
Binary1101011111010101110110011001110110110000101100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A76; }

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

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

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

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

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

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

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

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