#928081

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

Shades of Venus #928081

Tints of Venus #928081

Color information

#928081 (or 0x928081) is unknown color: approx Venus. HEX triplet: 92, 80 and 81. RGB value is (146,128,129). Sum of RGB (Red+Green+Blue) = 146+128+129=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #928081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928081 is #6D7F7E. Grayscale: #858585. Windows color (decimal): -7176063 or 8487058. OLE color: 8487058.

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

Color convert

RGB146128129-
CMYK00.120.120.43
HSL356.67º7.63%53.73%-
HSV(B)356.67º12.33%57.25%-
XYZ23.5423.1323.99-
YUV133.5125.46136.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=36.23%
G=31.76%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612812900.120.120.43356.677.6353.73
Hex9280810CC2B165836
Octal22220020101414535451066
Binary1001001010000000100000010110011001010111011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928081; }

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

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

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

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

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

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

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

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