Html Css Color HEX #89797C Venus

📋 copy color: '#89797C'

red 137 ◦ green 121 ◦ blue 124

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

Shades of Venus #89797C

Tints of Venus #89797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 35.86%
G = 31.68%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89797C (or 0x89797C) is known color: Venus. HEX triplet: 89, 79 and 7C. RGB value is (137,121,124). Sum of RGB (Red+Green+Blue) = 137+121+124=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #89797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89797C is #768683. Grayscale: #7E7E7E. Windows color (decimal): -7767684 or 8157577. OLE color: 8157577.

HSL color Cylindrical-coordinate representation of color #89797C: hue angle of 348.75º 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 #89797C is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 121 124 -
CMYK 0 0.12 0.09 0.46
HSL 348.75º 0.06% 0.51% -
HSV(B) 348.75º 0.12% 0.54% -
XYZ 20.79 20.45 21.92 -
YUV 126.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 137 121 124 0 0.12 0.09 0.46 348.75 0.06 0.51
Hex 89 79 7C 0 C 9 2E 15D 6 33
Octal 211 171 174 0 14 11 56 535 6 63
Binary 10001001 1111001 1111100 0 1100 1001 101110 101011101 110 110011

Color Harmonies of #89797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89797C

Black with #89797C

Text Example


Text Example

White with #89797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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