Html Css Color HEX #7E487A Trendy Pink

📋 copy color: '#7E487A'

red 126 ◦ green 72 ◦ blue 122

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

Shades of Trendy Pink #7E487A

Tints of Trendy Pink #7E487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 39.38%
G = 22.5%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E487A (or 0x7E487A) is known color: Trendy Pink. HEX triplet: 7E, 48 and 7A. RGB value is (126,72,122). Sum of RGB (Red+Green+Blue) = 126+72+122=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 126 - color contains mainly: red. Hex color #7E487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E487A is #81B785. Grayscale: #5D5D5D. Windows color (decimal): -8501126 or 8013950. OLE color: 8013950.

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

Color convert

RGB 126 72 122 -
CMYK 0 0.43 0.03 0.51
HSL 304.44º 0.27% 0.39% -
HSV(B) 304.44º 0.43% 0.49% -
XYZ 14.43 10.48 19.67 -
YUV 93.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 126 72 122 0 0.43 0.03 0.51 304.44 0.27 0.39
Hex 7E 48 7A 0 2B 3 33 130 1B 27
Octal 176 110 172 0 53 3 63 460 33 47
Binary 1111110 1001000 1111010 0 101011 11 110011 100110000 11011 100111

Color Harmonies of #7E487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E487A

Black with #7E487A

Text Example


Text Example

White with #7E487A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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