#8D7B81

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

Shades of Venus #8D7B81

Tints of Venus #8D7B81

Color information

#8D7B81 (or 0x8D7B81) is unknown color: approx Venus. HEX triplet: 8D, 7B and 81. RGB value is (141,123,129). Sum of RGB (Red+Green+Blue) = 141+123+129=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7B81 is #72847E. Grayscale: #818181. Windows color (decimal): -7505023 or 8485773. OLE color: 8485773.

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

Color convert

RGB141123129-
CMYK00.130.090.45
HSL340º7.32%51.76%-
HSV(B)340º12.77%55.29%-
XYZ22.0321.4123.74-
YUV129.07127.96136.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=35.88%
G=31.30%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112312900.130.090.453407.3251.76
Hex8D7B810D92D154734
Octal2151732010151155524764
Binary10001101111101110000001011011001101101101010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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