Html Css Color HEX #D87376 Froly

📋 copy color: '#D87376'

red 216 ◦ green 115 ◦ blue 118

#D87376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D87376

Tints of Froly #D87376

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

 GREEN value IS 115 (45.31% from 255) = 25.61%

 BLUE value IS 118 (46.48% from 255) = 26.28%

R = 48.11%
G = 25.61%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D87376 (or 0xD87376) is known color: Froly. HEX triplet: D8, 73 and 76. RGB value is (216,115,118). Sum of RGB (Red+Green+Blue) = 216+115+118=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D87376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87376 is #278C89. Grayscale: #919191. Windows color (decimal): -2591882 or 7762904. OLE color: 7762904.

HSL color Cylindrical-coordinate representation of color #D87376: hue angle of 358.22º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87376 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 118 -
CMYK 0 0.47 0.45 0.15
HSL 358.22º 0.56% 0.65% -
HSV(B) 358.22º 0.47% 0.85% -
XYZ 37.72 28.17 20.59 -
YUV 145.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 216 115 118 0 0.47 0.45 0.15 358.22 0.56 0.65
Hex D8 73 76 0 2F 2D F 166 38 41
Octal 330 163 166 0 57 55 17 546 70 101
Binary 11011000 1110011 1110110 0 101111 101101 1111 101100110 111000 1000001

Color Harmonies of #D87376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87376

Black with #D87376

Text Example


Text Example

White with #D87376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87376; }

 p { color: rgb(216,115,118); }

 H1.HeaderClassName
 {
   color: #D87376;
 }
 .AnyTagClassName
 {
   color: #D87376;
 }
</style>

background-color css

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

 a { background-color: rgb(216,115,118); }

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

border-color css

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

 span { border-color: rgb(216,115,118); }

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