#9C7E84

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

Shades of Venus #9C7E84

Tints of Venus #9C7E84

Color information

#9C7E84 (or 0x9C7E84) is unknown color: approx Venus. HEX triplet: 9C, 7E and 84. RGB value is (156,126,132). Sum of RGB (Red+Green+Blue) = 156+126+132=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E84 is #63817B. Grayscale: #878787. Windows color (decimal): -6521212 or 8683164. OLE color: 8683164.

HSL color Cylindrical-coordinate representation of color #9C7E84: hue angle of 348º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7E84 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB156126132-
CMYK00.190.150.39
HSL348º13.16%55.29%-
HSV(B)348º19.23%61.18%-
XYZ25.3423.6625.06-
YUV135.65125.94142.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=37.68%
G=30.43%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612613200.190.150.3934813.1655.29
Hex9C7E84013F2715cd37
Octal23417620402317475341567
Binary1001110011111101000010001001111111001111010111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7E84; }

 p { color: rgb(156,126,132); }

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

<style>
 a { background-color: #9C7E84; }

 a { background-color: rgb(156,126,132); }

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

<style>
 span { border-color: #9C7E84; }

 span { border-color: rgb(156,126,132); }

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