#7A5577

Color #7A5577 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7A5577

Tints of Trendy Pink #7A5577

Color information

#7A5577 (or 0x7A5577) is unknown color: approx Trendy Pink. HEX triplet: 7A, 55 and 77. RGB value is (122,85,119). Sum of RGB (Red+Green+Blue) = 122+85+119=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5577 is #85AA88. Grayscale: #636363. Windows color (decimal): -8759945 or 7820666. OLE color: 7820666.

HSL color Cylindrical-coordinate representation of color #7A5577: hue angle of 304.86º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5577 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12285119-
CMYK00.300.020.52
HSL304.86º17.87%40.59%-
HSV(B)304.86º30.33%47.84%-
XYZ14.611.9718.99-
YUV99.94138.76143.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=37.42%
G=26.07%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228511900.300.020.52304.8617.8740.59
Hex7A557701E2341311229
Octal1721251670362644612251
Binary1111010101010111101110111101011010010011000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5577; }

 p { color: rgb(122,85,119); }

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

<style>
 a { background-color: #7A5577; }

 a { background-color: rgb(122,85,119); }

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

<style>
 span { border-color: #7A5577; }

 span { border-color: rgb(122,85,119); }

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