#917F81

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

Shades of Venus #917F81

Tints of Venus #917F81

Color information

#917F81 (or 0x917F81) is unknown color: approx Venus. HEX triplet: 91, 7F and 81. RGB value is (145,127,129). Sum of RGB (Red+Green+Blue) = 145+127+129=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #917F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F81 is #6E807E. Grayscale: #848484. Windows color (decimal): -7241855 or 8486801. OLE color: 8486801.

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

Color convert

RGB145127129-
CMYK00.120.110.43
HSL353.33º7.56%53.33%-
HSV(B)353.33º12.41%56.86%-
XYZ23.2322.7823.94-
YUV132.61125.96136.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=36.16%
G=31.67%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512712900.120.110.43353.337.5653.33
Hex917F810CB2B161835
Octal22117720101413535411065
Binary100100011111111100000010110010111010111011000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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