Html Css Color HEX #89727C Venus

📋 copy color: '#89727C'

red 137 ◦ green 114 ◦ blue 124

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

Shades of Venus #89727C

Tints of Venus #89727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 36.53%
G = 30.4%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89727C (or 0x89727C) is known color: Venus. HEX triplet: 89, 72 and 7C. RGB value is (137,114,124). Sum of RGB (Red+Green+Blue) = 137+114+124=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #89727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89727C is #768D83. Grayscale: #797979. Windows color (decimal): -7769476 or 8155785. OLE color: 8155785.

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

Color convert

RGB 137 114 124 -
CMYK 0 0.17 0.09 0.46
HSL 333.91º 0.09% 0.49% -
HSV(B) 333.91º 0.17% 0.54% -
XYZ 19.97 18.81 21.65 -
YUV 122.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 137 114 124 0 0.17 0.09 0.46 333.91 0.09 0.49
Hex 89 72 7C 0 11 9 2E 14E 9 31
Octal 211 162 174 0 21 11 56 516 11 61
Binary 10001001 1110010 1111100 0 10001 1001 101110 101001110 1001 110001

Color Harmonies of #89727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89727C

Black with #89727C

Text Example


Text Example

White with #89727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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