Html Css Color HEX #857879 Empress

📋 copy color: '#857879'

red 133 ◦ green 120 ◦ blue 121

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

Shades of Empress #857879

Tints of Empress #857879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 35.56%
G = 32.09%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#857879 (or 0x857879) is known color: Empress. HEX triplet: 85, 78 and 79. RGB value is (133,120,121). Sum of RGB (Red+Green+Blue) = 133+120+121=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857879 is #7A8786. Grayscale: #7C7C7C. Windows color (decimal): -8030087 or 7960709. OLE color: 7960709.

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

Color convert

RGB 133 120 121 -
CMYK 0 0.10 0.09 0.48
HSL 355.38º 0.05% 0.5% -
HSV(B) 355.38º 0.1% 0.52% -
XYZ 19.84 19.8 20.87 -
YUV 124 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 133 120 121 0 0.10 0.09 0.48 355.38 0.05 0.5
Hex 85 78 79 0 A 9 30 163 5 32
Octal 205 170 171 0 12 11 60 543 5 62
Binary 10000101 1111000 1111001 0 1010 1001 110000 101100011 101 110010

Color Harmonies of #857879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857879

Black with #857879

Text Example


Text Example

White with #857879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857879; }

 p { color: rgb(133,120,121); }

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

background-color css

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

 a { background-color: rgb(133,120,121); }

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

border-color css

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

 span { border-color: rgb(133,120,121); }

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