Html Css Color HEX #D87476 Froly

📋 copy color: '#D87476'

red 216 ◦ green 116 ◦ blue 118

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

Shades of Froly #D87476

Tints of Froly #D87476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 48%
G = 25.78%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D87476 (or 0xD87476) is known color: Froly. HEX triplet: D8, 74 and 76. RGB value is (216,116,118). Sum of RGB (Red+Green+Blue) = 216+116+118=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D87476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87476 is #278B89. Grayscale: #929292. Windows color (decimal): -2591626 or 7763160. OLE color: 7763160.

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

Color convert

RGB 216 116 118 -
CMYK 0 0.46 0.45 0.15
HSL 358.8º 0.56% 0.65% -
HSV(B) 358.8º 0.46% 0.85% -
XYZ 37.83 28.4 20.63 -
YUV 146.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 216 116 118 0 0.46 0.45 0.15 358.8 0.56 0.65
Hex D8 74 76 0 2E 2D F 167 38 41
Octal 330 164 166 0 56 55 17 547 70 101
Binary 11011000 1110100 1110110 0 101110 101101 1111 101100111 111000 1000001

Color Harmonies of #D87476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87476

Black with #D87476

Text Example


Text Example

White with #D87476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87476; }

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

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

background-color css

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

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

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

border-color css

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

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

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