Html Css Color HEX #857071 Empress

📋 copy color: '#857071'

red 133 ◦ green 112 ◦ blue 113

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

Shades of Empress #857071

Tints of Empress #857071

RGB

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

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

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

R = 37.15%
G = 31.28%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#857071 (or 0x857071) is known color: Empress. HEX triplet: 85, 70 and 71. RGB value is (133,112,113). Sum of RGB (Red+Green+Blue) = 133+112+113=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #857071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857071 is #7A8F8E. Grayscale: #767676. Windows color (decimal): -8032143 or 7434373. OLE color: 7434373.

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

Color convert

RGB 133 112 113 -
CMYK 0 0.16 0.15 0.48
HSL 357.14º 0.09% 0.48% -
HSV(B) 357.14º 0.16% 0.52% -
XYZ 18.45 17.77 18.08 -
YUV 118.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 133 112 113 0 0.16 0.15 0.48 357.14 0.09 0.48
Hex 85 70 71 0 10 F 30 165 9 30
Octal 205 160 161 0 20 17 60 545 11 60
Binary 10000101 1110000 1110001 0 10000 1111 110000 101100101 1001 110000

Color Harmonies of #857071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857071

Black with #857071

Text Example


Text Example

White with #857071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857071; }

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

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

background-color css

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

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

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

border-color css

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

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

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