Html Css Color HEX #7A507F Trendy Pink

📋 copy color: '#7A507F'

red 122 ◦ green 80 ◦ blue 127

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

Shades of Trendy Pink #7A507F

Tints of Trendy Pink #7A507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 127 (50% from 255) = 38.6%

R = 37.08%
G = 24.32%
B = 38.6%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A507F (or 0x7A507F) is known color: Trendy Pink. HEX triplet: 7A, 50 and 7F. RGB value is (122,80,127). Sum of RGB (Red+Green+Blue) = 122+80+127=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A507F is #85AF80. Grayscale: #616161. Windows color (decimal): -8761217 or 8343674. OLE color: 8343674.

HSL color Cylindrical-coordinate representation of color #7A507F: hue angle of 293.62º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A507F is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 80 127 -
CMYK 0.04 0.37 0 0.50
HSL 293.62º 0.23% 0.41% -
HSV(B) 293.62º 0.37% 0.5% -
XYZ 14.73 11.41 21.5 -
YUV 97.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 122 80 127 0.04 0.37 0 0.50 293.62 0.23 0.41
Hex 7A 50 7F 4 25 0 32 126 17 29
Octal 172 120 177 4 45 0 62 446 27 51
Binary 1111010 1010000 1111111 100 100101 0 110010 100100110 10111 101001

Color Harmonies of #7A507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A507F

Black with #7A507F

Text Example


Text Example

White with #7A507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,127); }

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

background-color css

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

 a { background-color: rgb(122,80,127); }

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

border-color css

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

 span { border-color: rgb(122,80,127); }

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