#927882

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

Shades of Venus #927882

Tints of Venus #927882

Color information

#927882 (or 0x927882) is unknown color: approx Venus. HEX triplet: 92, 78 and 82. RGB value is (146,120,130). Sum of RGB (Red+Green+Blue) = 146+120+130=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927882 is #6D877D. Grayscale: #808080. Windows color (decimal): -7178110 or 8550546. OLE color: 8550546.

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

Color convert

RGB146120130-
CMYK00.180.110.43
HSL336.92º10.66%52.16%-
HSV(B)336.92º17.81%57.25%-
XYZ22.621.1624.01-
YUV128.91128.61140.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=36.87%
G=30.30%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612013000.180.110.43336.9210.6652.16
Hex927882012B2B151b34
Octal22217020202213535211364
Binary1001001011110001000001001001010111010111010100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927882; }

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

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

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

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

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

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

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

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