#927480

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

Shades of Venus #927480

Tints of Venus #927480

Color information

#927480 (or 0x927480) is unknown color: approx Venus. HEX triplet: 92, 74 and 80. RGB value is (146,116,128). Sum of RGB (Red+Green+Blue) = 146+116+128=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #927480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927480 is #6D8B7F. Grayscale: #7E7E7E. Windows color (decimal): -7179136 or 8418450. OLE color: 8418450.

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

Color convert

RGB146116128-
CMYK00.210.120.43
HSL336º12.1%51.37%-
HSV(B)336º20.55%57.25%-
XYZ2220.1623.15-
YUV126.34128.94142.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=37.44%
G=29.74%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611612800.210.120.4333612.151.37
Hex927480015C2B150c33
Octal22216420002514535201463
Binary1001001011101001000000001010111001010111010100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927480; }

 p { color: rgb(146,116,128); }

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

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

 a { background-color: rgb(146,116,128); }

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

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

 span { border-color: rgb(146,116,128); }

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