#8C7A81

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

Shades of Venus #8C7A81

Tints of Venus #8C7A81

Color information

#8C7A81 (or 0x8C7A81) is unknown color: approx Venus. HEX triplet: 8C, 7A and 81. RGB value is (140,122,129). Sum of RGB (Red+Green+Blue) = 140+122+129=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7A81 is #73857E. Grayscale: #808080. Windows color (decimal): -7570815 or 8485516. OLE color: 8485516.

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

Color convert

RGB140122129-
CMYK00.130.080.45
HSL336.67º7.26%51.37%-
HSV(B)336.67º12.86%54.9%-
XYZ21.7421.0823.69-
YUV128.18128.46136.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=35.81%
G=31.20%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012212900.130.080.45336.677.2651.37
Hex8C7A810D82D151733
Octal2141722010151055521763
Binary10001100111101010000001011011000101101101010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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