#8C7A83

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

Shades of Venus #8C7A83

Tints of Venus #8C7A83

Color information

#8C7A83 (or 0x8C7A83) is unknown color: approx Venus. HEX triplet: 8C, 7A and 83. RGB value is (140,122,131). Sum of RGB (Red+Green+Blue) = 140+122+131=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7A83 is #73857C. Grayscale: #808080. Windows color (decimal): -7570813 or 8616588. OLE color: 8616588.

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

Color convert

RGB140122131-
CMYK00.130.060.45
HSL330º7.26%51.37%-
HSV(B)330º12.86%54.9%-
XYZ21.8721.1324.4-
YUV128.41129.46136.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=35.62%
G=31.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012213100.130.060.453307.2651.37
Hex8C7A830D62D14a733
Octal214172203015655512763
Binary1000110011110101000001101101110101101101001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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