#927C83

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

Shades of Venus #927C83

Tints of Venus #927C83

Color information

#927C83 (or 0x927C83) is unknown color: approx Venus. HEX triplet: 92, 7C and 83. RGB value is (146,124,131). Sum of RGB (Red+Green+Blue) = 146+124+131=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #927C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C83 is #6D837C. Grayscale: #838383. Windows color (decimal): -7177085 or 8617106. OLE color: 8617106.

HSL color Cylindrical-coordinate representation of color #927C83: hue angle of 340.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #927C83 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146124131-
CMYK00.150.100.43
HSL340.91º9.17%52.94%-
HSV(B)340.91º15.07%57.25%-
XYZ23.1622.1624.53-
YUV131.38127.79138.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=36.41%
G=30.92%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612413100.150.100.43340.919.1752.94
Hex927C830FA2B155935
Octal22217420301712535251165
Binary100100101111100100000110111110101010111010101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927C83; }

 p { color: rgb(146,124,131); }

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

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

 a { background-color: rgb(146,124,131); }

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

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

 span { border-color: rgb(146,124,131); }

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