Html Css Color HEX #7A4974 Trendy Pink

📋 copy color: '#7A4974'

red 122 ◦ green 73 ◦ blue 116

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

Shades of Trendy Pink #7A4974

Tints of Trendy Pink #7A4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 39.23%
G = 23.47%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7A4974 (or 0x7A4974) is known color: Trendy Pink. HEX triplet: 7A, 49 and 74. RGB value is (122,73,116). Sum of RGB (Red+Green+Blue) = 122+73+116=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4974 is #85B68B. Grayscale: #5C5C5C. Windows color (decimal): -8763020 or 7620986. OLE color: 7620986.

HSL color Cylindrical-coordinate representation of color #7A4974: hue angle of 307.35º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4974 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 73 116 -
CMYK 0 0.40 0.05 0.52
HSL 307.35º 0.25% 0.38% -
HSV(B) 307.35º 0.4% 0.48% -
XYZ 13.56 10.16 17.77 -
YUV 92.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 122 73 116 0 0.40 0.05 0.52 307.35 0.25 0.38
Hex 7A 49 74 0 28 5 34 133 19 26
Octal 172 111 164 0 50 5 64 463 31 46
Binary 1111010 1001001 1110100 0 101000 101 110100 100110011 11001 100110

Color Harmonies of #7A4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4974

Black with #7A4974

Text Example


Text Example

White with #7A4974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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