Html Css Color HEX #916E79 Venus

📋 copy color: '#916E79'

red 145 ◦ green 110 ◦ blue 121

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

Shades of Venus #916E79

Tints of Venus #916E79

RGB

 RED value IS 145 (57.03% from 255) = 38.56%

 GREEN value IS 110 (43.36% from 255) = 29.26%

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

R = 38.56%
G = 29.26%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#916E79 (or 0x916E79) is known color: Venus. HEX triplet: 91, 6E and 79. RGB value is (145,110,121). Sum of RGB (Red+Green+Blue) = 145+110+121=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E79 is #6E9186. Grayscale: #797979. Windows color (decimal): -7246215 or 7958161. OLE color: 7958161.

HSL color Cylindrical-coordinate representation of color #916E79: hue angle of 341.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E79 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 110 121 -
CMYK 0 0.24 0.17 0.43
HSL 341.14º 0.14% 0.5% -
HSV(B) 341.14º 0.24% 0.57% -
XYZ 20.7 18.55 20.58 -
YUV 121.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 145 110 121 0 0.24 0.17 0.43 341.14 0.14 0.5
Hex 91 6E 79 0 18 11 2B 155 E 32
Octal 221 156 171 0 30 21 53 525 16 62
Binary 10010001 1101110 1111001 0 11000 10001 101011 101010101 1110 110010

Color Harmonies of #916E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916E79

Black with #916E79

Text Example


Text Example

White with #916E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916E79; }

 p { color: rgb(145,110,121); }

 H1.HeaderClassName
 {
   color: #916E79;
 }
 .AnyTagClassName
 {
   color: #916E79;
 }
</style>

background-color css

<style>
 a { background-color: #916E79; }

 a { background-color: rgb(145,110,121); }

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

border-color css

<style>
 span { border-color: #916E79; }

 span { border-color: rgb(145,110,121); }

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