Html Css Color HEX #89727A Venus

📋 copy color: '#89727A'

red 137 ◦ green 114 ◦ blue 122

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

Shades of Venus #89727A

Tints of Venus #89727A

RGB

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

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

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

R = 36.73%
G = 30.56%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89727A (or 0x89727A) is known color: Venus. HEX triplet: 89, 72 and 7A. RGB value is (137,114,122). Sum of RGB (Red+Green+Blue) = 137+114+122=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #89727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89727A is #768D85. Grayscale: #797979. Windows color (decimal): -7769478 or 8024713. OLE color: 8024713.

HSL color Cylindrical-coordinate representation of color #89727A: hue angle of 339.13º 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 #89727A is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 122 -
CMYK 0 0.17 0.11 0.46
HSL 339.13º 0.09% 0.49% -
HSV(B) 339.13º 0.17% 0.54% -
XYZ 19.85 18.76 20.99 -
YUV 121.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 137 114 122 0 0.17 0.11 0.46 339.13 0.09 0.49
Hex 89 72 7A 0 11 B 2E 153 9 31
Octal 211 162 172 0 21 13 56 523 11 61
Binary 10001001 1110010 1111010 0 10001 1011 101110 101010011 1001 110001

Color Harmonies of #89727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89727A

Black with #89727A

Text Example


Text Example

White with #89727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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