#917C80

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

Shades of Venus #917C80

Tints of Venus #917C80

Color information

#917C80 (or 0x917C80) is unknown color: approx Venus. HEX triplet: 91, 7C and 80. RGB value is (145,124,128). Sum of RGB (Red+Green+Blue) = 145+124+128=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #917C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C80 is #6E837F. Grayscale: #828282. Windows color (decimal): -7242624 or 8420497. OLE color: 8420497.

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

Color convert

RGB145124128-
CMYK00.140.120.43
HSL348.57º8.71%52.75%-
HSV(B)348.57º14.48%56.86%-
XYZ22.7821.9923.47-
YUV130.74126.46138.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=36.52%
G=31.23%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512412800.140.120.43348.578.7152.75
Hex917C800EC2B15d935
Octal22117420001614535351165
Binary100100011111100100000000111011001010111010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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