Html Css Color HEX #7D4E79 Trendy Pink

📋 copy color: '#7D4E79'

red 125 ◦ green 78 ◦ blue 121

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

Shades of Trendy Pink #7D4E79

Tints of Trendy Pink #7D4E79

RGB

 RED value IS 125 (49.22% from 255) = 38.58%

 GREEN value IS 78 (30.86% from 255) = 24.07%

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

R = 38.58%
G = 24.07%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D4E79 (or 0x7D4E79) is known color: Trendy Pink. HEX triplet: 7D, 4E and 79. RGB value is (125,78,121). Sum of RGB (Red+Green+Blue) = 125+78+121=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4E79 is #82B186. Grayscale: #606060. Windows color (decimal): -8565127 or 7949949. OLE color: 7949949.

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

Color convert

RGB 125 78 121 -
CMYK 0 0.38 0.03 0.51
HSL 305.11º 0.23% 0.4% -
HSV(B) 305.11º 0.38% 0.49% -
XYZ 14.63 11.19 19.48 -
YUV 96.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 125 78 121 0 0.38 0.03 0.51 305.11 0.23 0.4
Hex 7D 4E 79 0 26 3 33 131 17 28
Octal 175 116 171 0 46 3 63 461 27 50
Binary 1111101 1001110 1111001 0 100110 11 110011 100110001 10111 101000

Color Harmonies of #7D4E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4E79

Black with #7D4E79

Text Example


Text Example

White with #7D4E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,121); }

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

background-color css

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

 a { background-color: rgb(125,78,121); }

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

border-color css

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

 span { border-color: rgb(125,78,121); }

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