#917680

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

Shades of Venus #917680

Tints of Venus #917680

Color information

#917680 (or 0x917680) is unknown color: approx Venus. HEX triplet: 91, 76 and 80. RGB value is (145,118,128). Sum of RGB (Red+Green+Blue) = 145+118+128=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #917680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917680 is #6E897F. Grayscale: #7F7F7F. Windows color (decimal): -7244160 or 8418961. OLE color: 8418961.

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

Color convert

RGB145118128-
CMYK00.190.120.43
HSL337.78º10.93%51.57%-
HSV(B)337.78º18.62%56.86%-
XYZ22.0520.5423.22-
YUV127.21128.45140.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.08%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=37.08%
G=30.18%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511812800.190.120.43337.7810.9351.57
Hex917680013C2B152b34
Octal22116620002314535221364
Binary1001000111101101000000001001111001010111010100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917680; }

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

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

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

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

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

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

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

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