#D76C6E

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

Shades of Froly #D76C6E

Tints of Froly #D76C6E

Color information

#D76C6E (or 0xD76C6E) is unknown color: approx Froly. HEX triplet: D7, 6C and 6E. RGB value is (215,108,110). Sum of RGB (Red+Green+Blue) = 215+108+110=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C6E is #289391. Grayscale: #8C8C8C. Windows color (decimal): -2659218 or 7236823. OLE color: 7236823.

HSL color Cylindrical-coordinate representation of color #D76C6E: hue angle of 358.88º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C6E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215108110-
CMYK00.500.490.16
HSL358.88º57.22%63.33%-
HSV(B)358.88º49.77%84.31%-
XYZ36.226.317.92-
YUV140.22110.95181.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=49.65%
G=24.94%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510811000.500.490.16358.8857.2263.33
HexD76C6E0323110167393f
Octal32715415606261205477177
Binary1101011111011001101110011001011000110000101100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C6E; }

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

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

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

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

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

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

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

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