#927A80

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

Shades of Venus #927A80

Tints of Venus #927A80

Color information

#927A80 (or 0x927A80) is unknown color: approx Venus. HEX triplet: 92, 7A and 80. RGB value is (146,122,128). Sum of RGB (Red+Green+Blue) = 146+122+128=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A80 is #6D857F. Grayscale: #818181. Windows color (decimal): -7177600 or 8419986. OLE color: 8419986.

HSL color Cylindrical-coordinate representation of color #927A80: hue angle of 345º 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 #927A80 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB146122128-
CMYK00.160.120.43
HSL345º9.92%52.55%-
HSV(B)345º16.44%57.25%-
XYZ22.7121.5923.39-
YUV129.86126.95139.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=36.87%
G=30.81%
B=32.32%

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
Decimal14612212800.160.120.433459.9252.55
Hex927A80010C2B159a35
Octal22217220002014535311265
Binary1001001011110101000000001000011001010111010110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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