Html Css Color HEX #867175 Empress

📋 copy color: '#867175'

red 134 ◦ green 113 ◦ blue 117

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

Shades of Empress #867175

Tints of Empress #867175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 36.81%
G = 31.04%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#867175 (or 0x867175) is known color: Empress. HEX triplet: 86, 71 and 75. RGB value is (134,113,117). Sum of RGB (Red+Green+Blue) = 134+113+117=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867175 is #798E8A. Grayscale: #777777. Windows color (decimal): -7966347 or 7696774. OLE color: 7696774.

HSL color Cylindrical-coordinate representation of color #867175: hue angle of 348.57º 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 #867175 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 117 -
CMYK 0 0.16 0.13 0.47
HSL 348.57º 0.09% 0.48% -
HSV(B) 348.57º 0.16% 0.53% -
XYZ 18.95 18.16 19.34 -
YUV 119.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 134 113 117 0 0.16 0.13 0.47 348.57 0.09 0.48
Hex 86 71 75 0 10 D 2F 15D 9 30
Octal 206 161 165 0 20 15 57 535 11 60
Binary 10000110 1110001 1110101 0 10000 1101 101111 101011101 1001 110000

Color Harmonies of #867175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867175

Black with #867175

Text Example


Text Example

White with #867175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867175; }

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

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

background-color css

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

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

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

border-color css

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

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

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