#917F80

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

Shades of Venus #917F80

Tints of Venus #917F80

Color information

#917F80 (or 0x917F80) is unknown color: approx Venus. HEX triplet: 91, 7F and 80. RGB value is (145,127,128). Sum of RGB (Red+Green+Blue) = 145+127+128=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #917F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F80 is #6E807F. Grayscale: #848484. Windows color (decimal): -7241856 or 8421265. OLE color: 8421265.

HSL color Cylindrical-coordinate representation of color #917F80: hue angle of 356.67º 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 #917F80 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145127128-
CMYK00.120.120.43
HSL356.67º7.56%53.33%-
HSV(B)356.67º12.41%56.86%-
XYZ23.1622.7623.59-
YUV132.5125.46136.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.25%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 128 (50.39% from 255) = 32%
R=36.25%
G=31.75%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512712800.120.120.43356.677.5653.33
Hex917F800CC2B165835
Octal22117720001414535451065
Binary100100011111111100000000110011001010111011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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