#8C7C81

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

Shades of Venus #8C7C81

Tints of Venus #8C7C81

Color information

#8C7C81 (or 0x8C7C81) is unknown color: approx Venus. HEX triplet: 8C, 7C and 81. RGB value is (140,124,129). Sum of RGB (Red+Green+Blue) = 140+124+129=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7C81 is #73837E. Grayscale: #818181. Windows color (decimal): -7570303 or 8486028. OLE color: 8486028.

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

Color convert

RGB140124129-
CMYK00.110.080.45
HSL341.25º6.5%51.76%-
HSV(B)341.25º11.43%54.9%-
XYZ21.9921.5823.77-
YUV129.35127.8135.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=35.62%
G=31.55%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012412900.110.080.45341.256.551.76
Hex8C7C810B82D155734
Octal2141742010131055525764
Binary10001100111110010000001010111000101101101010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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