#8D747F

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

Shades of Venus #8D747F

Tints of Venus #8D747F

Color information

#8D747F (or 0x8D747F) is unknown color: approx Venus. HEX triplet: 8D, 74 and 7F. RGB value is (141,116,127). Sum of RGB (Red+Green+Blue) = 141+116+127=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D747F is #728B80. Grayscale: #7C7C7C. Windows color (decimal): -7506817 or 8352909. OLE color: 8352909.

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

Color convert

RGB141116127-
CMYK00.180.100.45
HSL333.6º9.88%50.39%-
HSV(B)333.6º17.73%55.29%-
XYZ21.0619.6922.77-
YUV124.73129.28139.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.72%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 127 (50% from 255) = 33.07%
R=36.72%
G=30.21%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111612700.180.100.45333.69.8850.39
Hex8D747F012A2D14ea32
Octal21516417702212555161262
Binary100011011110100111111101001010101011011010011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,116,127); }

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

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

 a { background-color: rgb(141,116,127); }

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

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

 span { border-color: rgb(141,116,127); }

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