Html Css Color HEX #89777C Venus

📋 copy color: '#89777C'

red 137 ◦ green 119 ◦ blue 124

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

Shades of Venus #89777C

Tints of Venus #89777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 36.05%
G = 31.32%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89777C (or 0x89777C) is known color: Venus. HEX triplet: 89, 77 and 7C. RGB value is (137,119,124). Sum of RGB (Red+Green+Blue) = 137+119+124=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89777C is #768883. Grayscale: #7C7C7C. Windows color (decimal): -7768196 or 8157065. OLE color: 8157065.

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

Color convert

RGB 137 119 124 -
CMYK 0 0.13 0.09 0.46
HSL 343.33º 0.07% 0.5% -
HSV(B) 343.33º 0.13% 0.54% -
XYZ 20.55 19.97 21.84 -
YUV 124.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 137 119 124 0 0.13 0.09 0.46 343.33 0.07 0.5
Hex 89 77 7C 0 D 9 2E 157 7 32
Octal 211 167 174 0 15 11 56 527 7 62
Binary 10001001 1110111 1111100 0 1101 1001 101110 101010111 111 110010

Color Harmonies of #89777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89777C

Black with #89777C

Text Example


Text Example

White with #89777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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