#8C7F80

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

Shades of Venus #8C7F80

Tints of Venus #8C7F80

Color information

#8C7F80 (or 0x8C7F80) is unknown color: approx Venus. HEX triplet: 8C, 7F and 80. RGB value is (140,127,128). Sum of RGB (Red+Green+Blue) = 140+127+128=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F80 is #73807F. Grayscale: #838383. Windows color (decimal): -7569536 or 8421260. OLE color: 8421260.

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

Color convert

RGB140127128-
CMYK00.090.090.45
HSL355.38º5.35%52.35%-
HSV(B)355.38º9.29%54.9%-
XYZ22.322.3123.55-
YUV131126.31134.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=35.44%
G=32.15%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012712800.090.090.45355.385.3552.35
Hex8C7F800992D163534
Octal2141772000111155543564
Binary10001100111111110000000010011001101101101100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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