Html Css Color HEX #7A5577 Trendy Pink

📋 copy color: '#7A5577'

red 122 ◦ green 85 ◦ blue 119

#7A5577
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #7A5577

Tints of Trendy Pink #7A5577

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.5%

R = 37.42%
G = 26.07%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A5577 (or 0x7A5577) is known color: 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

RGB 122 85 119 -
CMYK 0 0.30 0.02 0.52
HSL 304.86º 0.18% 0.41% -
HSV(B) 304.86º 0.3% 0.48% -
XYZ 14.6 11.97 18.99 -
YUV 99.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 122 85 119 0 0.30 0.02 0.52 304.86 0.18 0.41
Hex 7A 55 77 0 1E 2 34 131 12 29
Octal 172 125 167 0 36 2 64 461 22 51
Binary 1111010 1010101 1110111 0 11110 10 110100 100110001 10010 101001

Color Harmonies of #7A5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5577

Black with #7A5577

Text Example


Text Example

White with #7A5577

Text Example


Text Example

HTML Codes & Css Web 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>