#8C8085

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

Shades of Venus #8C8085

Tints of Venus #8C8085

Color information

#8C8085 (or 0x8C8085) is unknown color: approx Venus. HEX triplet: 8C, 80 and 85. RGB value is (140,128,133). Sum of RGB (Red+Green+Blue) = 140+128+133=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8085 is #737F7A. Grayscale: #848484. Windows color (decimal): -7569275 or 8749196. OLE color: 8749196.

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

Color convert

RGB140128133-
CMYK00.090.050.45
HSL335º4.96%52.55%-
HSV(B)335º8.57%54.9%-
XYZ22.7722.7125.37-
YUV132.16128.48133.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=34.91%
G=31.92%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012813300.090.050.453354.9652.55
Hex8C80850952D14f535
Octal214200205011555517565
Binary10001100100000001000010101001101101101101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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