#8D8081

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

Shades of Venus #8D8081

Tints of Venus #8D8081

Color information

#8D8081 (or 0x8D8081) is unknown color: approx Venus. HEX triplet: 8D, 80 and 81. RGB value is (141,128,129). Sum of RGB (Red+Green+Blue) = 141+128+129=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8081 is #727F7E. Grayscale: #848484. Windows color (decimal): -7503743 or 8487053. OLE color: 8487053.

HSL color Cylindrical-coordinate representation of color #8D8081: hue angle of 355.38º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8081 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB141128129-
CMYK00.090.090.45
HSL355.38º5.39%52.75%-
HSV(B)355.38º9.22%55.29%-
XYZ22.6722.6923.95-
YUV132126.31134.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=35.43%
G=32.16%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112812900.090.090.45355.385.3952.75
Hex8D80810992D163535
Octal2152002010111155543565
Binary100011011000000010000001010011001101101101100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8081; }

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

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

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

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

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

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

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

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