Html Css Color HEX #89757A Venus

📋 copy color: '#89757A'

red 137 ◦ green 117 ◦ blue 122

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

Shades of Venus #89757A

Tints of Venus #89757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 36.44%
G = 31.12%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89757A (or 0x89757A) is known color: Venus. HEX triplet: 89, 75 and 7A. RGB value is (137,117,122). Sum of RGB (Red+Green+Blue) = 137+117+122=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #89757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89757A is #768A85. Grayscale: #7B7B7B. Windows color (decimal): -7768710 or 8025481. OLE color: 8025481.

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

Color convert

RGB 137 117 122 -
CMYK 0 0.15 0.11 0.46
HSL 345º 0.08% 0.5% -
HSV(B) 345º 0.15% 0.54% -
XYZ 20.19 19.45 21.1 -
YUV 123.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 137 117 122 0 0.15 0.11 0.46 345 0.08 0.5
Hex 89 75 7A 0 F B 2E 159 8 32
Octal 211 165 172 0 17 13 56 531 10 62
Binary 10001001 1110101 1111010 0 1111 1011 101110 101011001 1000 110010

Color Harmonies of #89757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89757A

Black with #89757A

Text Example


Text Example

White with #89757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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