#917B80

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

Shades of Venus #917B80

Tints of Venus #917B80

Color information

#917B80 (or 0x917B80) is unknown color: approx Venus. HEX triplet: 91, 7B and 80. RGB value is (145,123,128). Sum of RGB (Red+Green+Blue) = 145+123+128=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B80 is #6E847F. Grayscale: #828282. Windows color (decimal): -7242880 or 8420241. OLE color: 8420241.

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

Color convert

RGB145123128-
CMYK00.150.120.43
HSL346.36º9.09%52.55%-
HSV(B)346.36º15.17%56.86%-
XYZ22.6621.7423.43-
YUV130.15126.79138.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=36.62%
G=31.06%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512312800.150.120.43346.369.0952.55
Hex917B800FC2B15a935
Octal22117320001714535321165
Binary100100011111011100000000111111001010111010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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