#8D7B84

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

Shades of Venus #8D7B84

Tints of Venus #8D7B84

Color information

#8D7B84 (or 0x8D7B84) is unknown color: approx Venus. HEX triplet: 8D, 7B and 84. RGB value is (141,123,132). Sum of RGB (Red+Green+Blue) = 141+123+132=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7B84 is #72847B. Grayscale: #818181. Windows color (decimal): -7505020 or 8682381. OLE color: 8682381.

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

Color convert

RGB141123132-
CMYK00.130.060.45
HSL330º7.32%51.76%-
HSV(B)330º12.77%55.29%-
XYZ22.2321.4924.81-
YUV129.41129.46136.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=35.61%
G=31.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112313200.130.060.453307.3251.76
Hex8D7B840D62D14a734
Octal215173204015655512764
Binary1000110111110111000010001101110101101101001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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