#8C717A

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

Shades of Venus #8C717A

Tints of Venus #8C717A

Color information

#8C717A (or 0x8C717A) is unknown color: approx Venus. HEX triplet: 8C, 71 and 7A. RGB value is (140,113,122). Sum of RGB (Red+Green+Blue) = 140+113+122=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C717A is #738E85. Grayscale: #7A7A7A. Windows color (decimal): -7573126 or 8024460. OLE color: 8024460.

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

Color convert

RGB140113122-
CMYK00.190.130.45
HSL340º10.67%49.61%-
HSV(B)340º19.29%54.9%-
XYZ20.2318.7920.97-
YUV122.1127.95140.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=37.33%
G=30.13%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011312200.190.130.4534010.6749.61
Hex8C717A013D2D154b32
Octal21416117202315555241362
Binary100011001110001111101001001111011011011010101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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