Html Css Color HEX #7E5A79 Trendy Pink

📋 copy color: '#7E5A79'

red 126 ◦ green 90 ◦ blue 121

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

Shades of Trendy Pink #7E5A79

Tints of Trendy Pink #7E5A79

RGB

 RED value IS 126 (49.61% from 255) = 37.39%

 GREEN value IS 90 (35.55% from 255) = 26.71%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 37.39%
G = 26.71%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E5A79 (or 0x7E5A79) is known color: Trendy Pink. HEX triplet: 7E, 5A and 79. RGB value is (126,90,121). Sum of RGB (Red+Green+Blue) = 126+90+121=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5A79 is #81A586. Grayscale: #686868. Windows color (decimal): -8496519 or 7953022. OLE color: 7953022.

HSL color Cylindrical-coordinate representation of color #7E5A79: hue angle of 308.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E5A79 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 90 121 -
CMYK 0 0.29 0.04 0.51
HSL 308.33º 0.17% 0.42% -
HSV(B) 308.33º 0.29% 0.49% -
XYZ 15.71 13.13 19.8 -
YUV 104.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 126 90 121 0 0.29 0.04 0.51 308.33 0.17 0.42
Hex 7E 5A 79 0 1D 4 33 134 11 2A
Octal 176 132 171 0 35 4 63 464 21 52
Binary 1111110 1011010 1111001 0 11101 100 110011 100110100 10001 101010

Color Harmonies of #7E5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5A79

Black with #7E5A79

Text Example


Text Example

White with #7E5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,90,121); }

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

background-color css

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

 a { background-color: rgb(126,90,121); }

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

border-color css

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

 span { border-color: rgb(126,90,121); }

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