Html Css Color HEX #85777A Empress

📋 copy color: '#85777A'

red 133 ◦ green 119 ◦ blue 122

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

Shades of Empress #85777A

Tints of Empress #85777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 35.56%
G = 31.82%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85777A (or 0x85777A) is known color: Empress. HEX triplet: 85, 77 and 7A. RGB value is (133,119,122). Sum of RGB (Red+Green+Blue) = 133+119+122=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85777A is #7A8885. Grayscale: #7B7B7B. Windows color (decimal): -8030342 or 8025989. OLE color: 8025989.

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

Color convert

RGB 133 119 122 -
CMYK 0 0.11 0.08 0.48
HSL 347.14º 0.06% 0.49% -
HSV(B) 347.14º 0.11% 0.52% -
XYZ 19.78 19.59 21.15 -
YUV 123.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 133 119 122 0 0.11 0.08 0.48 347.14 0.06 0.49
Hex 85 77 7A 0 B 8 30 15B 6 31
Octal 205 167 172 0 13 10 60 533 6 61
Binary 10000101 1110111 1111010 0 1011 1000 110000 101011011 110 110001

Color Harmonies of #85777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85777A

Black with #85777A

Text Example


Text Example

White with #85777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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