#918084

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

Shades of Venus #918084

Tints of Venus #918084

Color information

#918084 (or 0x918084) is unknown color: approx Venus. HEX triplet: 91, 80 and 84. RGB value is (145,128,132). Sum of RGB (Red+Green+Blue) = 145+128+132=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #918084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918084 is #6E7F7B. Grayscale: #858585. Windows color (decimal): -7241596 or 8683665. OLE color: 8683665.

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

Color convert

RGB145128132-
CMYK00.120.090.43
HSL345.88º7.17%53.53%-
HSV(B)345.88º11.72%56.86%-
XYZ23.5623.1225.05-
YUV133.54127.13136.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.80%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=35.80%
G=31.60%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512813200.120.090.43345.887.1753.53
Hex9180840C92B15a736
Octal2212002040141153532766
Binary100100011000000010000100011001001101011101011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918084; }

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

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

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

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

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

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

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

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