Html Css Color HEX #89757E Venus

📋 copy color: '#89757E'

red 137 ◦ green 117 ◦ blue 126

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

Shades of Venus #89757E

Tints of Venus #89757E

RGB

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

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

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

R = 36.05%
G = 30.79%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89757E (or 0x89757E) is known color: Venus. HEX triplet: 89, 75 and 7E. RGB value is (137,117,126). Sum of RGB (Red+Green+Blue) = 137+117+126=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89757E is #768A81. Grayscale: #7B7B7B. Windows color (decimal): -7768706 or 8287625. OLE color: 8287625.

HSL color Cylindrical-coordinate representation of color #89757E: hue angle of 333º 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 #89757E is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 117 126 -
CMYK 0 0.15 0.08 0.46
HSL 333º 0.08% 0.5% -
HSV(B) 333º 0.15% 0.54% -
XYZ 20.44 19.55 22.43 -
YUV 124.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 137 117 126 0 0.15 0.08 0.46 333 0.08 0.5
Hex 89 75 7E 0 F 8 2E 14D 8 32
Octal 211 165 176 0 17 10 56 515 10 62
Binary 10001001 1110101 1111110 0 1111 1000 101110 101001101 1000 110010

Color Harmonies of #89757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89757E

Black with #89757E

Text Example


Text Example

White with #89757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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