#908081

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

Shades of Venus #908081

Tints of Venus #908081

Color information

#908081 (or 0x908081) is unknown color: approx Venus. HEX triplet: 90, 80 and 81. RGB value is (144,128,129). Sum of RGB (Red+Green+Blue) = 144+128+129=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #908081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908081 is #6F7F7E. Grayscale: #848484. Windows color (decimal): -7307135 or 8487056. OLE color: 8487056.

HSL color Cylindrical-coordinate representation of color #908081: hue angle of 356.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908081 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144128129-
CMYK00.110.100.44
HSL356.25º6.72%53.33%-
HSV(B)356.25º11.11%56.47%-
XYZ23.1822.9523.98-
YUV132.9125.8135.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=35.91%
G=31.92%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412812900.110.100.44356.256.7253.33
Hex9080810BA2C164735
Octal2202002010131254544765
Binary100100001000000010000001010111010101100101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908081; }

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

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

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

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

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

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

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

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