#927680

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

Shades of Venus #927680

Tints of Venus #927680

Color information

#927680 (or 0x927680) is unknown color: approx Venus. HEX triplet: 92, 76 and 80. RGB value is (146,118,128). Sum of RGB (Red+Green+Blue) = 146+118+128=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #927680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927680 is #6D897F. Grayscale: #7F7F7F. Windows color (decimal): -7178624 or 8418962. OLE color: 8418962.

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

Color convert

RGB146118128-
CMYK00.190.120.43
HSL338.57º11.38%51.76%-
HSV(B)338.57º19.18%57.25%-
XYZ22.2320.6323.23-
YUV127.51128.28141.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=37.24%
G=30.10%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611812800.190.120.43338.5711.3851.76
Hex927680013C2B153b34
Octal22216620002314535231364
Binary1001001011101101000000001001111001010111010100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927680; }

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

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

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

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

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

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

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

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