#927982

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

Shades of Venus #927982

Tints of Venus #927982

Color information

#927982 (or 0x927982) is unknown color: approx Venus. HEX triplet: 92, 79 and 82. RGB value is (146,121,130). Sum of RGB (Red+Green+Blue) = 146+121+130=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927982 is #6D867D. Grayscale: #818181. Windows color (decimal): -7177854 or 8550802. OLE color: 8550802.

HSL color Cylindrical-coordinate representation of color #927982: hue angle of 338.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #927982 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB146121130-
CMYK00.170.110.43
HSL338.4º10.29%52.35%-
HSV(B)338.4º17.12%57.25%-
XYZ22.7221.424.05-
YUV129.5128.28139.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=36.78%
G=30.48%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612113000.170.110.43338.410.2952.35
Hex927982011B2B152a34
Octal22217120202113535221264
Binary1001001011110011000001001000110111010111010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927982; }

 p { color: rgb(146,121,130); }

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

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

 a { background-color: rgb(146,121,130); }

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

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

 span { border-color: rgb(146,121,130); }

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