#916E7A

Color #916E7A Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #916E7A

Tints of Venus #916E7A

Color information

#916E7A (or 0x916E7A) is unknown color: approx Venus. HEX triplet: 91, 6E and 7A. RGB value is (145,110,122). Sum of RGB (Red+Green+Blue) = 145+110+122=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #916E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E7A is #6E9185. Grayscale: #797979. Windows color (decimal): -7246214 or 8023697. OLE color: 8023697.

HSL color Cylindrical-coordinate representation of color #916E7A: hue angle of 339.43º 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 #916E7A is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB145110122-
CMYK00.240.160.43
HSL339.43º13.73%50%-
HSV(B)339.43º24.14%56.86%-
XYZ20.7718.5820.9-
YUV121.83128.1144.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=38.46%
G=29.18%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511012200.240.160.43339.4313.7350
Hex916E7A018102B153e32
Octal22115617203020535231662
Binary1001000111011101111010011000100001010111010100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #916E7A;
 }
 .AnyTagClassName
 {
   color: #916E7A;
 }
</style>
background-color css

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

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

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

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

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

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