#9C7D84

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

Shades of Venus #9C7D84

Tints of Venus #9C7D84

Color information

#9C7D84 (or 0x9C7D84) is unknown color: approx Venus. HEX triplet: 9C, 7D and 84. RGB value is (156,125,132). Sum of RGB (Red+Green+Blue) = 156+125+132=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7D84 is #63827B. Grayscale: #878787. Windows color (decimal): -6521468 or 8682908. OLE color: 8682908.

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

Color convert

RGB156125132-
CMYK00.200.150.39
HSL346.45º13.54%55.1%-
HSV(B)346.45º19.87%61.18%-
XYZ25.2123.425.02-
YUV135.07126.27142.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=37.77%
G=30.27%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612513200.200.150.39346.4513.5455.1
Hex9C7D84014F2715ae37
Octal23417520402417475321667
Binary1001110011111011000010001010011111001111010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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