Html Css Color HEX #7A5574 Trendy Pink

📋 copy color: '#7A5574'

red 122 ◦ green 85 ◦ blue 116

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

Shades of Trendy Pink #7A5574

Tints of Trendy Pink #7A5574

RGB

 RED value IS 122 (48.05% from 255) = 37.77%

 GREEN value IS 85 (33.59% from 255) = 26.32%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 37.77%
G = 26.32%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7A5574 (or 0x7A5574) is known color: Trendy Pink. HEX triplet: 7A, 55 and 74. RGB value is (122,85,116). Sum of RGB (Red+Green+Blue) = 122+85+116=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5574 is #85AA8B. Grayscale: #636363. Windows color (decimal): -8759948 or 7624058. OLE color: 7624058.

HSL color Cylindrical-coordinate representation of color #7A5574: hue angle of 309.73º 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 #7A5574 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 85 116 -
CMYK 0 0.30 0.05 0.52
HSL 309.73º 0.18% 0.41% -
HSV(B) 309.73º 0.3% 0.48% -
XYZ 14.43 11.9 18.06 -
YUV 99.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 122 85 116 0 0.30 0.05 0.52 309.73 0.18 0.41
Hex 7A 55 74 0 1E 5 34 136 12 29
Octal 172 125 164 0 36 5 64 466 22 51
Binary 1111010 1010101 1110100 0 11110 101 110100 100110110 10010 101001

Color Harmonies of #7A5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5574

Black with #7A5574

Text Example


Text Example

White with #7A5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A5574;
 }
 .AnyTagClassName
 {
   color: #7A5574;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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