#917D84

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

Shades of Venus #917D84

Tints of Venus #917D84

Color information

#917D84 (or 0x917D84) is unknown color: approx Venus. HEX triplet: 91, 7D and 84. RGB value is (145,125,132). Sum of RGB (Red+Green+Blue) = 145+125+132=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #917D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D84 is #6E827B. Grayscale: #838383. Windows color (decimal): -7242364 or 8682897. OLE color: 8682897.

HSL color Cylindrical-coordinate representation of color #917D84: hue angle of 339º degrees, saturation: 0.08, 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 #917D84 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB145125132-
CMYK00.140.090.43
HSL339º8.33%52.94%-
HSV(B)339º13.79%56.86%-
XYZ23.1822.3524.92-
YUV131.78128.13137.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=36.07%
G=31.09%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512513200.140.090.433398.3352.94
Hex917D840E92B153835
Octal22117520401611535231065
Binary100100011111101100001000111010011010111010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,125,132); }

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

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

 a { background-color: rgb(145,125,132); }

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

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

 span { border-color: rgb(145,125,132); }

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