#917E7F

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

Shades of Venus #917E7F

Tints of Venus #917E7F

Color information

#917E7F (or 0x917E7F) is unknown color: approx Venus. HEX triplet: 91, 7E and 7F. RGB value is (145,126,127). Sum of RGB (Red+Green+Blue) = 145+126+127=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #917E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E7F is #6E8180. Grayscale: #838383. Windows color (decimal): -7242113 or 8355473. OLE color: 8355473.

HSL color Cylindrical-coordinate representation of color #917E7F: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E7F is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145126127-
CMYK00.130.120.43
HSL356.84º7.95%53.14%-
HSV(B)356.84º13.1%56.86%-
XYZ22.9722.4723.21-
YUV131.79125.29137.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 127 (50% from 255) = 31.91%
R=36.43%
G=31.66%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512612700.130.120.43356.847.9553.14
Hex917E7F0DC2B165835
Octal22117617701514535451065
Binary10010001111111011111110110111001010111011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E7F; }

 p { color: rgb(145,126,127); }

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

<style>
 a { background-color: #917E7F; }

 a { background-color: rgb(145,126,127); }

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

<style>
 span { border-color: #917E7F; }

 span { border-color: rgb(145,126,127); }

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