#8C7A80

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

Shades of Venus #8C7A80

Tints of Venus #8C7A80

Color information

#8C7A80 (or 0x8C7A80) is unknown color: approx Venus. HEX triplet: 8C, 7A and 80. RGB value is (140,122,128). Sum of RGB (Red+Green+Blue) = 140+122+128=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7A80 is #73857F. Grayscale: #808080. Windows color (decimal): -7570816 or 8419980. OLE color: 8419980.

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

Color convert

RGB140122128-
CMYK00.130.090.45
HSL340º7.26%51.37%-
HSV(B)340º12.86%54.9%-
XYZ21.6721.0523.34-
YUV128.07127.96136.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=35.90%
G=31.28%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012212800.130.090.453407.2651.37
Hex8C7A800D92D154733
Octal2141722000151155524763
Binary10001100111101010000000011011001101101101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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