Html Css Color HEX #7E4578 Trendy Pink

📋 copy color: '#7E4578'

red 126 ◦ green 69 ◦ blue 120

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

Shades of Trendy Pink #7E4578

Tints of Trendy Pink #7E4578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 40%
G = 21.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7E4578 (or 0x7E4578) is known color: Trendy Pink. HEX triplet: 7E, 45 and 78. RGB value is (126,69,120). Sum of RGB (Red+Green+Blue) = 126+69+120=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4578 is #81BA87. Grayscale: #5B5B5B. Windows color (decimal): -8501896 or 7882110. OLE color: 7882110.

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

Color convert

RGB 126 69 120 -
CMYK 0 0.45 0.05 0.51
HSL 306.32º 0.29% 0.38% -
HSV(B) 306.32º 0.45% 0.49% -
XYZ 14.12 10.05 18.96 -
YUV 91.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 126 69 120 0 0.45 0.05 0.51 306.32 0.29 0.38
Hex 7E 45 78 0 2D 5 33 132 1D 26
Octal 176 105 170 0 55 5 63 462 35 46
Binary 1111110 1000101 1111000 0 101101 101 110011 100110010 11101 100110

Color Harmonies of #7E4578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4578

Black with #7E4578

Text Example


Text Example

White with #7E4578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,69,120); }

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

background-color css

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

 a { background-color: rgb(126,69,120); }

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

border-color css

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

 span { border-color: rgb(126,69,120); }

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