Html Css Color HEX #89767E Venus

📋 copy color: '#89767E'

red 137 ◦ green 118 ◦ blue 126

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

Shades of Venus #89767E

Tints of Venus #89767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 35.96%
G = 30.97%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89767E (or 0x89767E) is known color: Venus. HEX triplet: 89, 76 and 7E. RGB value is (137,118,126). Sum of RGB (Red+Green+Blue) = 137+118+126=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #89767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89767E is #768981. Grayscale: #7C7C7C. Windows color (decimal): -7768450 or 8287881. OLE color: 8287881.

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

Color convert

RGB 137 118 126 -
CMYK 0 0.14 0.08 0.46
HSL 334.74º 0.07% 0.5% -
HSV(B) 334.74º 0.14% 0.54% -
XYZ 20.56 19.78 22.47 -
YUV 124.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 137 118 126 0 0.14 0.08 0.46 334.74 0.07 0.5
Hex 89 76 7E 0 E 8 2E 14F 7 32
Octal 211 166 176 0 16 10 56 517 7 62
Binary 10001001 1110110 1111110 0 1110 1000 101110 101001111 111 110010

Color Harmonies of #89767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89767E

Black with #89767E

Text Example


Text Example

White with #89767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89767E; }

 p { color: rgb(137,118,126); }

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

background-color css

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

 a { background-color: rgb(137,118,126); }

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

border-color css

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

 span { border-color: rgb(137,118,126); }

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