Html Css Color HEX #857779 Empress

📋 copy color: '#857779'

red 133 ◦ green 119 ◦ blue 121

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

Shades of Empress #857779

Tints of Empress #857779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 35.66%
G = 31.9%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#857779 (or 0x857779) is known color: Empress. HEX triplet: 85, 77 and 79. RGB value is (133,119,121). Sum of RGB (Red+Green+Blue) = 133+119+121=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #857779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857779 is #7A8886. Grayscale: #7B7B7B. Windows color (decimal): -8030343 or 7960453. OLE color: 7960453.

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

Color convert

RGB 133 119 121 -
CMYK 0 0.11 0.09 0.48
HSL 351.43º 0.06% 0.49% -
HSV(B) 351.43º 0.11% 0.52% -
XYZ 19.72 19.56 20.83 -
YUV 123.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 133 119 121 0 0.11 0.09 0.48 351.43 0.06 0.49
Hex 85 77 79 0 B 9 30 15F 6 31
Octal 205 167 171 0 13 11 60 537 6 61
Binary 10000101 1110111 1111001 0 1011 1001 110000 101011111 110 110001

Color Harmonies of #857779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857779

Black with #857779

Text Example


Text Example

White with #857779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857779; }

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

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

background-color css

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

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

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

border-color css

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

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

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