#8C8084

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

Shades of Venus #8C8084

Tints of Venus #8C8084

Color information

#8C8084 (or 0x8C8084) is unknown color: approx Venus. HEX triplet: 8C, 80 and 84. RGB value is (140,128,132). Sum of RGB (Red+Green+Blue) = 140+128+132=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8084 is #737F7B. Grayscale: #848484. Windows color (decimal): -7569276 or 8683660. OLE color: 8683660.

HSL color Cylindrical-coordinate representation of color #8C8084: hue angle of 340º 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 #8C8084 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB140128132-
CMYK00.090.060.45
HSL340º4.96%52.55%-
HSV(B)340º8.57%54.9%-
XYZ22.722.6825.01-
YUV132.04127.98133.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 132 (51.95% from 255) = 33%
R=35%
G=32%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012813200.090.060.453404.9652.55
Hex8C80840962D154535
Octal214200204011655524565
Binary10001100100000001000010001001110101101101010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,132); }

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

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

 a { background-color: rgb(140,128,132); }

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

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

 span { border-color: rgb(140,128,132); }

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