#D87C7F

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

Shades of Froly #D87C7F

Tints of Froly #D87C7F

Color information

#D87C7F (or 0xD87C7F) is unknown color: approx Froly. HEX triplet: D8, 7C and 7F. RGB value is (216,124,127). Sum of RGB (Red+Green+Blue) = 216+124+127=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C7F is #278380. Grayscale: #979797. Windows color (decimal): -2589569 or 8355032. OLE color: 8355032.

HSL color Cylindrical-coordinate representation of color #D87C7F: hue angle of 358.04º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C7F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216124127-
CMYK00.430.410.15
HSL358.04º54.12%66.67%-
HSV(B)358.04º42.59%84.71%-
XYZ39.3630.5523.9-
YUV151.85113.98173.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 127 (50% from 255) = 27.19%
R=46.25%
G=26.55%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612412700.430.410.15358.0454.1266.67
HexD87C7F02B29F1663643
Octal330174177053511754666103
Binary1101100011111001111111010101110100111111011001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C7F; }

 p { color: rgb(216,124,127); }

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

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

 a { background-color: rgb(216,124,127); }

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

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

 span { border-color: rgb(216,124,127); }

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