#8D727C

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

Shades of Venus #8D727C

Tints of Venus #8D727C

Color information

#8D727C (or 0x8D727C) is unknown color: approx Venus. HEX triplet: 8D, 72 and 7C. RGB value is (141,114,124). Sum of RGB (Red+Green+Blue) = 141+114+124=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D727C is #728D83. Grayscale: #7B7B7B. Windows color (decimal): -7507332 or 8155789. OLE color: 8155789.

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

Color convert

RGB141114124-
CMYK00.190.120.45
HSL337.78º10.59%50%-
HSV(B)337.78º19.15%55.29%-
XYZ20.6419.1521.68-
YUV123.21128.45140.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=37.20%
G=30.08%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111412400.190.120.45337.7810.5950
Hex8D727C013C2D152b32
Octal21516217402314555221362
Binary100011011110010111110001001111001011011010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,114,124); }

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

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

 a { background-color: rgb(141,114,124); }

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

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

 span { border-color: rgb(141,114,124); }

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