#9C7684

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

Shades of Venus #9C7684

Tints of Venus #9C7684

Color information

#9C7684 (or 0x9C7684) is unknown color: approx Venus. HEX triplet: 9C, 76 and 84. RGB value is (156,118,132). Sum of RGB (Red+Green+Blue) = 156+118+132=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7684 is #63897B. Grayscale: #828282. Windows color (decimal): -6523260 or 8681116. OLE color: 8681116.

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

Color convert

RGB156118132-
CMYK00.240.150.39
HSL337.89º16.1%53.73%-
HSV(B)337.89º24.36%61.18%-
XYZ24.3521.6924.73-
YUV130.96128.59145.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=38.42%
G=29.06%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611813200.240.150.39337.8916.153.73
Hex9C7684018F271521036
Octal23416620403017475222066
Binary10011100111011010000100011000111110011110101001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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