#8D707B

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

Shades of Venus #8D707B

Tints of Venus #8D707B

Color information

#8D707B (or 0x8D707B) is unknown color: approx Venus. HEX triplet: 8D, 70 and 7B. RGB value is (141,112,123). Sum of RGB (Red+Green+Blue) = 141+112+123=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D707B is #728F84. Grayscale: #797979. Windows color (decimal): -7507845 or 8089741. OLE color: 8089741.

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

Color convert

RGB141112123-
CMYK00.210.130.45
HSL337.24º11.46%49.61%-
HSV(B)337.24º20.57%55.29%-
XYZ20.3518.6821.27-
YUV121.92128.61141.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=37.5%
G=29.79%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111212300.210.130.45337.2411.4649.61
Hex8D707B015D2D151b32
Octal21516017302515555211362
Binary100011011110000111101101010111011011011010100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,112,123); }

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

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

 a { background-color: rgb(141,112,123); }

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

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

 span { border-color: rgb(141,112,123); }

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