#d87c7d

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

Shades of Froly #D87C7D

Tints of Froly #D87C7D

Color information

#D87C7D (or 0xD87C7D) is unknown color: approx Froly. HEX triplet: D8, 7C and 7D. RGB value is (216,124,125). Sum of RGB (Red+Green+Blue) = 216+124+125=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C7D is #278382. Grayscale: #979797. Windows color (decimal): -2589571 or 8223960. OLE color: 8223960.

HSL color Cylindrical-coordinate representation of color #D87C7D: hue angle of 359.35º 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 #D87C7D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216124125-
CMYK00.430.420.15
HSL359.35º54.12%66.67%-
HSV(B)359.35º42.59%84.71%-
XYZ39.2330.4923.22-
YUV151.62112.98173.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=46.45%
G=26.67%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612412500.430.420.15359.3554.1266.67
HexD87C7D02B2AF1673643
Octal330174175053521754766103
Binary1101100011111001111101010101110101011111011001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d87c7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d87c7d; }

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

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

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

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

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

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

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

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