#9C7A87

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

Shades of Venus #9C7A87

Tints of Venus #9C7A87

Color information

#9C7A87 (or 0x9C7A87) is unknown color: approx Venus. HEX triplet: 9C, 7A and 87. RGB value is (156,122,135). Sum of RGB (Red+Green+Blue) = 156+122+135=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7A87 is #638578. Grayscale: #858585. Windows color (decimal): -6522233 or 8878748. OLE color: 8878748.

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

Color convert

RGB156122135-
CMYK00.220.130.39
HSL337.06º14.66%54.51%-
HSV(B)337.06º21.79%61.18%-
XYZ25.0422.7425.99-
YUV133.65128.76143.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=37.77%
G=29.54%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612213500.220.130.39337.0614.6654.51
Hex9C7A87016D27151f37
Octal23417220702615475211767
Binary1001110011110101000011101011011011001111010100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,135); }

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

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

 a { background-color: rgb(156,122,135); }

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

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

 span { border-color: rgb(156,122,135); }

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