Html Css Color HEX #8F7077 Empress

📋 copy color: '#8F7077'

red 143 ◦ green 112 ◦ blue 119

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

Shades of Empress #8F7077

Tints of Empress #8F7077

RGB

 RED value IS 143 (56.25% from 255) = 38.24%

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 38.24%
G = 29.95%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F7077 (or 0x8F7077) is known color: Empress. HEX triplet: 8F, 70 and 77. RGB value is (143,112,119). Sum of RGB (Red+Green+Blue) = 143+112+119=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7077 is #708F88. Grayscale: #7A7A7A. Windows color (decimal): -7376777 or 7827599. OLE color: 7827599.

HSL color Cylindrical-coordinate representation of color #8F7077: hue angle of 346.45º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F7077 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 119 -
CMYK 0 0.22 0.17 0.44
HSL 346.45º 0.12% 0.5% -
HSV(B) 346.45º 0.22% 0.56% -
XYZ 20.45 18.76 20 -
YUV 122.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 143 112 119 0 0.22 0.17 0.44 346.45 0.12 0.5
Hex 8F 70 77 0 16 11 2C 15A C 32
Octal 217 160 167 0 26 21 54 532 14 62
Binary 10001111 1110000 1110111 0 10110 10001 101100 101011010 1100 110010

Color Harmonies of #8F7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7077

Black with #8F7077

Text Example


Text Example

White with #8F7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7077; }

 p { color: rgb(143,112,119); }

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

background-color css

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

 a { background-color: rgb(143,112,119); }

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

border-color css

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

 span { border-color: rgb(143,112,119); }

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