#D76A6C

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

Shades of Froly #D76A6C

Tints of Froly #D76A6C

Color information

#D76A6C (or 0xD76A6C) is unknown color: approx Froly. HEX triplet: D7, 6A and 6C. RGB value is (215,106,108). Sum of RGB (Red+Green+Blue) = 215+106+108=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A6C is #289593. Grayscale: #8A8A8A. Windows color (decimal): -2659732 or 7105239. OLE color: 7105239.

HSL color Cylindrical-coordinate representation of color #D76A6C: hue angle of 358.9º 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 #D76A6C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215106108-
CMYK00.510.500.16
HSL358.9º57.67%62.94%-
HSV(B)358.9º50.7%84.31%-
XYZ35.8925.8417.28-
YUV138.82110.61182.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.12%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=50.12%
G=24.71%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510610800.510.500.16358.957.6762.94
HexD76A6C03332101673a3f
Octal32715215406362205477277
Binary1101011111010101101100011001111001010000101100111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A6C; }

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

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

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

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

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

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

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

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