Html Css Color HEX #857176 Empress

📋 copy color: '#857176'

red 133 ◦ green 113 ◦ blue 118

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

Shades of Empress #857176

Tints of Empress #857176

RGB

 RED value IS 133 (52.34% from 255) = 36.54%

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

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

R = 36.54%
G = 31.04%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857176 (or 0x857176) is known color: Empress. HEX triplet: 85, 71 and 76. RGB value is (133,113,118). Sum of RGB (Red+Green+Blue) = 133+113+118=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857176 is #7A8E89. Grayscale: #777777. Windows color (decimal): -8031882 or 7762309. OLE color: 7762309.

HSL color Cylindrical-coordinate representation of color #857176: hue angle of 345º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #857176 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 118 -
CMYK 0 0.15 0.11 0.48
HSL 345º 0.08% 0.48% -
HSV(B) 345º 0.15% 0.52% -
XYZ 18.85 18.1 19.64 -
YUV 119.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 133 113 118 0 0.15 0.11 0.48 345 0.08 0.48
Hex 85 71 76 0 F B 30 159 8 30
Octal 205 161 166 0 17 13 60 531 10 60
Binary 10000101 1110001 1110110 0 1111 1011 110000 101011001 1000 110000

Color Harmonies of #857176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857176

Black with #857176

Text Example


Text Example

White with #857176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857176; }

 p { color: rgb(133,113,118); }

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

background-color css

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

 a { background-color: rgb(133,113,118); }

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

border-color css

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

 span { border-color: rgb(133,113,118); }

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