Html Css Color HEX #89797A Empress

📋 copy color: '#89797A'

red 137 ◦ green 121 ◦ blue 122

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

Shades of Empress #89797A

Tints of Empress #89797A

RGB

 RED value IS 137 (53.91% from 255) = 36.05%

 GREEN value IS 121 (47.66% from 255) = 31.84%

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

R = 36.05%
G = 31.84%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89797A (or 0x89797A) is known color: Empress. HEX triplet: 89, 79 and 7A. RGB value is (137,121,122). Sum of RGB (Red+Green+Blue) = 137+121+122=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89797A is #768685. Grayscale: #7D7D7D. Windows color (decimal): -7767686 or 8026505. OLE color: 8026505.

HSL color Cylindrical-coordinate representation of color #89797A: hue angle of 356.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89797A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 121 122 -
CMYK 0 0.12 0.11 0.46
HSL 356.25º 0.06% 0.51% -
HSV(B) 356.25º 0.12% 0.54% -
XYZ 20.67 20.4 21.26 -
YUV 125.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 137 121 122 0 0.12 0.11 0.46 356.25 0.06 0.51
Hex 89 79 7A 0 C B 2E 164 6 33
Octal 211 171 172 0 14 13 56 544 6 63
Binary 10001001 1111001 1111010 0 1100 1011 101110 101100100 110 110011

Color Harmonies of #89797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89797A

Black with #89797A

Text Example


Text Example

White with #89797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,121,122); }

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

background-color css

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

 a { background-color: rgb(137,121,122); }

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

border-color css

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

 span { border-color: rgb(137,121,122); }

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