#8C747D

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

Shades of Venus #8C747D

Tints of Venus #8C747D

Color information

#8C747D (or 0x8C747D) is unknown color: approx Venus. HEX triplet: 8C, 74 and 7D. RGB value is (140,116,125). Sum of RGB (Red+Green+Blue) = 140+116+125=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C747D is #738B82. Grayscale: #7C7C7C. Windows color (decimal): -7572355 or 8221836. OLE color: 8221836.

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

Color convert

RGB140116125-
CMYK00.170.110.45
HSL337.5º9.45%50.2%-
HSV(B)337.5º17.14%54.9%-
XYZ20.7619.5522.08-
YUV124.2128.45139.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.75%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=36.75%
G=30.45%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011612500.170.110.45337.59.4550.2
Hex8C747D011B2D152932
Octal21416417502113555221162
Binary100011001110100111110101000110111011011010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,116,125); }

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

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

 a { background-color: rgb(140,116,125); }

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

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

 span { border-color: rgb(140,116,125); }

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