Html Css Color HEX #7A517E Trendy Pink

📋 copy color: '#7A517E'

red 122 ◦ green 81 ◦ blue 126

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

Shades of Trendy Pink #7A517E

Tints of Trendy Pink #7A517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 37.08%
G = 24.62%
B = 38.3%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A517E (or 0x7A517E) is known color: Trendy Pink. HEX triplet: 7A, 51 and 7E. RGB value is (122,81,126). Sum of RGB (Red+Green+Blue) = 122+81+126=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A517E is #85AE81. Grayscale: #626262. Windows color (decimal): -8760962 or 8278394. OLE color: 8278394.

HSL color Cylindrical-coordinate representation of color #7A517E: hue angle of 294.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A517E is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 81 126 -
CMYK 0.03 0.36 0 0.51
HSL 294.67º 0.22% 0.41% -
HSV(B) 294.67º 0.36% 0.49% -
XYZ 14.73 11.53 21.19 -
YUV 98.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 122 81 126 0.03 0.36 0 0.51 294.67 0.22 0.41
Hex 7A 51 7E 3 24 0 33 127 16 29
Octal 172 121 176 3 44 0 63 447 26 51
Binary 1111010 1010001 1111110 11 100100 0 110011 100100111 10110 101001

Color Harmonies of #7A517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A517E

Black with #7A517E

Text Example


Text Example

White with #7A517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,81,126); }

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

background-color css

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

 a { background-color: rgb(122,81,126); }

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

border-color css

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

 span { border-color: rgb(122,81,126); }

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