#8C8182

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

Shades of Venus #8C8182

Tints of Venus #8C8182

Color information

#8C8182 (or 0x8C8182) is unknown color: approx Venus. HEX triplet: 8C, 81 and 82. RGB value is (140,129,130). Sum of RGB (Red+Green+Blue) = 140+129+130=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8182 is #737E7D. Grayscale: #848484. Windows color (decimal): -7569022 or 8552844. OLE color: 8552844.

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

Color convert

RGB140129130-
CMYK00.080.070.45
HSL354.55º4.56%52.75%-
HSV(B)354.55º7.86%54.9%-
XYZ22.6922.8924.34-
YUV132.4126.64133.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=35.09%
G=32.33%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012913000.080.070.45354.554.5652.75
Hex8C81820872D163535
Octal214201202010755543565
Binary10001100100000011000001001000111101101101100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,130); }

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

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

 a { background-color: rgb(140,129,130); }

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

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

 span { border-color: rgb(140,129,130); }

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