Html Css Color HEX #867071 Empress

📋 copy color: '#867071'

red 134 ◦ green 112 ◦ blue 113

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

Shades of Empress #867071

Tints of Empress #867071

RGB

 RED value IS 134 (52.73% from 255) = 37.33%

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

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 37.33%
G = 31.2%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867071 (or 0x867071) is known color: Empress. HEX triplet: 86, 70 and 71. RGB value is (134,112,113). Sum of RGB (Red+Green+Blue) = 134+112+113=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #867071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867071 is #798F8E. Grayscale: #767676. Windows color (decimal): -7966607 or 7434374. OLE color: 7434374.

HSL color Cylindrical-coordinate representation of color #867071: hue angle of 357.27º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867071 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 112 113 -
CMYK 0 0.16 0.16 0.47
HSL 357.27º 0.09% 0.48% -
HSV(B) 357.27º 0.16% 0.53% -
XYZ 18.61 17.85 18.09 -
YUV 118.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 134 112 113 0 0.16 0.16 0.47 357.27 0.09 0.48
Hex 86 70 71 0 10 10 2F 165 9 30
Octal 206 160 161 0 20 20 57 545 11 60
Binary 10000110 1110000 1110001 0 10000 10000 101111 101100101 1001 110000

Color Harmonies of #867071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867071

Black with #867071

Text Example


Text Example

White with #867071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867071; }

 p { color: rgb(134,112,113); }

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

background-color css

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

 a { background-color: rgb(134,112,113); }

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

border-color css

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

 span { border-color: rgb(134,112,113); }

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