Html Css Color HEX #8F7076 Empress

📋 copy color: '#8F7076'

red 143 ◦ green 112 ◦ blue 118

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

Shades of Empress #8F7076

Tints of Empress #8F7076

RGB

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

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

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

R = 38.34%
G = 30.03%
B = 31.64%

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

#8F7076 (or 0x8F7076) is known color: Empress. HEX triplet: 8F, 70 and 76. RGB value is (143,112,118). Sum of RGB (Red+Green+Blue) = 143+112+118=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7076 is #708F89. Grayscale: #797979. Windows color (decimal): -7376778 or 7762063. OLE color: 7762063.

HSL color Cylindrical-coordinate representation of color #8F7076: hue angle of 348.39º 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 #8F7076 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 118 -
CMYK 0 0.22 0.17 0.44
HSL 348.39º 0.12% 0.5% -
HSV(B) 348.39º 0.22% 0.56% -
XYZ 20.39 18.74 19.68 -
YUV 121.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 143 112 118 0 0.22 0.17 0.44 348.39 0.12 0.5
Hex 8F 70 76 0 16 11 2C 15C C 32
Octal 217 160 166 0 26 21 54 534 14 62
Binary 10001111 1110000 1110110 0 10110 10001 101100 101011100 1100 110010

Color Harmonies of #8F7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7076

Black with #8F7076

Text Example


Text Example

White with #8F7076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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