#927A81

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

Shades of Venus #927A81

Tints of Venus #927A81

Color information

#927A81 (or 0x927A81) is unknown color: approx Venus. HEX triplet: 92, 7A and 81. RGB value is (146,122,129). Sum of RGB (Red+Green+Blue) = 146+122+129=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A81 is #6D857E. Grayscale: #818181. Windows color (decimal): -7177599 or 8485522. OLE color: 8485522.

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

Color convert

RGB146122129-
CMYK00.160.120.43
HSL342.5º9.92%52.55%-
HSV(B)342.5º16.44%57.25%-
XYZ22.7821.6223.74-
YUV129.97127.45139.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=36.78%
G=30.73%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612212900.160.120.43342.59.9252.55
Hex927A81010C2B156a35
Octal22217220102014535261265
Binary1001001011110101000000101000011001010111010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,122,129); }

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

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

 a { background-color: rgb(146,122,129); }

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

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

 span { border-color: rgb(146,122,129); }

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