#9A4D77

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

Shades of Cannon Pink #9A4D77

Tints of Cannon Pink #9A4D77

Color information

#9A4D77 (or 0x9A4D77) is unknown color: approx Cannon Pink. HEX triplet: 9A, 4D and 77. RGB value is (154,77,119). Sum of RGB (Red+Green+Blue) = 154+77+119=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D77 is #65B288. Grayscale: #686868. Windows color (decimal): -6664841 or 7818650. OLE color: 7818650.

HSL color Cylindrical-coordinate representation of color #9A4D77: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D77 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15477119-
CMYK00.500.230.40
HSL327.27º33.33%45.29%-
HSV(B)327.27º50%60.39%-
XYZ19.3113.5119.04-
YUV104.81136.01163.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 119 (46.88% from 255) = 34%
R=44%
G=22%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547711900.500.230.40327.2733.3345.29
Hex9A4D770321728147212d
Octal23211516706227505074155
Binary1001101010011011110111011001010111101000101000111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,119); }

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

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

 a { background-color: rgb(154,77,119); }

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

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

 span { border-color: rgb(154,77,119); }

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