Html Css Color HEX #896F79 Venus

📋 copy color: '#896F79'

red 137 ◦ green 111 ◦ blue 121

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

Shades of Venus #896F79

Tints of Venus #896F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 37.13%
G = 30.08%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896F79 (or 0x896F79) is known color: Venus. HEX triplet: 89, 6F and 79. RGB value is (137,111,121). Sum of RGB (Red+Green+Blue) = 137+111+121=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #896F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F79 is #769086. Grayscale: #777777. Windows color (decimal): -7770247 or 7958409. OLE color: 7958409.

HSL color Cylindrical-coordinate representation of color #896F79: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F79 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 121 -
CMYK 0 0.19 0.12 0.46
HSL 336.92º 0.1% 0.49% -
HSV(B) 336.92º 0.19% 0.54% -
XYZ 19.45 18.07 20.55 -
YUV 119.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 137 111 121 0 0.19 0.12 0.46 336.92 0.1 0.49
Hex 89 6F 79 0 13 C 2E 151 A 31
Octal 211 157 171 0 23 14 56 521 12 61
Binary 10001001 1101111 1111001 0 10011 1100 101110 101010001 1010 110001

Color Harmonies of #896F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F79

Black with #896F79

Text Example


Text Example

White with #896F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896F79; }

 p { color: rgb(137,111,121); }

 H1.HeaderClassName
 {
   color: #896F79;
 }
 .AnyTagClassName
 {
   color: #896F79;
 }
</style>

background-color css

<style>
 a { background-color: #896F79; }

 a { background-color: rgb(137,111,121); }

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

border-color css

<style>
 span { border-color: #896F79; }

 span { border-color: rgb(137,111,121); }

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