Html Css Color HEX #D87477 Froly

📋 copy color: '#D87477'

red 216 ◦ green 116 ◦ blue 119

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

Shades of Froly #D87477

Tints of Froly #D87477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.39%

R = 47.89%
G = 25.72%
B = 26.39%

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

#D87477 (or 0xD87477) is known color: Froly. HEX triplet: D8, 74 and 77. RGB value is (216,116,119). Sum of RGB (Red+Green+Blue) = 216+116+119=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D87477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87477 is #278B88. Grayscale: #929292. Windows color (decimal): -2591625 or 7828696. OLE color: 7828696.

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

Color convert

RGB 216 116 119 -
CMYK 0 0.46 0.45 0.15
HSL 358.2º 0.56% 0.65% -
HSV(B) 358.2º 0.46% 0.85% -
XYZ 37.89 28.42 20.94 -
YUV 146.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 216 116 119 0 0.46 0.45 0.15 358.2 0.56 0.65
Hex D8 74 77 0 2E 2D F 166 38 41
Octal 330 164 167 0 56 55 17 546 70 101
Binary 11011000 1110100 1110111 0 101110 101101 1111 101100110 111000 1000001

Color Harmonies of #D87477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87477

Black with #D87477

Text Example


Text Example

White with #D87477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87477; }

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

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

background-color css

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

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

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

border-color css

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

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

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