Html Css Color HEX #857076 Empress

📋 copy color: '#857076'

red 133 ◦ green 112 ◦ blue 118

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

Shades of Empress #857076

Tints of Empress #857076

RGB

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

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

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

R = 36.64%
G = 30.85%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#857076 (or 0x857076) is known color: Empress. HEX triplet: 85, 70 and 76. RGB value is (133,112,118). Sum of RGB (Red+Green+Blue) = 133+112+118=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #857076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857076 is #7A8F89. Grayscale: #767676. Windows color (decimal): -8032138 or 7762053. OLE color: 7762053.

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

Color convert

RGB 133 112 118 -
CMYK 0 0.16 0.11 0.48
HSL 342.86º 0.09% 0.48% -
HSV(B) 342.86º 0.16% 0.52% -
XYZ 18.74 17.88 19.6 -
YUV 118.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 133 112 118 0 0.16 0.11 0.48 342.86 0.09 0.48
Hex 85 70 76 0 10 B 30 157 9 30
Octal 205 160 166 0 20 13 60 527 11 60
Binary 10000101 1110000 1110110 0 10000 1011 110000 101010111 1001 110000

Color Harmonies of #857076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857076

Black with #857076

Text Example


Text Example

White with #857076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857076; }

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

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

background-color css

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

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

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

border-color css

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

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

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