Html Css Color HEX #89767F Venus

📋 copy color: '#89767F'

red 137 ◦ green 118 ◦ blue 127

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

Shades of Venus #89767F

Tints of Venus #89767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 35.86%
G = 30.89%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89767F (or 0x89767F) is known color: Venus. HEX triplet: 89, 76 and 7F. RGB value is (137,118,127). Sum of RGB (Red+Green+Blue) = 137+118+127=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #89767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89767F is #768980. Grayscale: #7C7C7C. Windows color (decimal): -7768449 or 8353417. OLE color: 8353417.

HSL color Cylindrical-coordinate representation of color #89767F: hue angle of 331.58º 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 #89767F is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 118 127 -
CMYK 0 0.14 0.07 0.46
HSL 331.58º 0.07% 0.5% -
HSV(B) 331.58º 0.14% 0.54% -
XYZ 20.63 19.81 22.81 -
YUV 124.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 137 118 127 0 0.14 0.07 0.46 331.58 0.07 0.5
Hex 89 76 7F 0 E 7 2E 14C 7 32
Octal 211 166 177 0 16 7 56 514 7 62
Binary 10001001 1110110 1111111 0 1110 111 101110 101001100 111 110010

Color Harmonies of #89767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89767F

Black with #89767F

Text Example


Text Example

White with #89767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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