Html Css Color HEX #7D4D79 Trendy Pink

📋 copy color: '#7D4D79'

red 125 ◦ green 77 ◦ blue 121

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

Shades of Trendy Pink #7D4D79

Tints of Trendy Pink #7D4D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

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

R = 38.7%
G = 23.84%
B = 37.46%

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

#7D4D79 (or 0x7D4D79) is known color: Trendy Pink. HEX triplet: 7D, 4D and 79. RGB value is (125,77,121). Sum of RGB (Red+Green+Blue) = 125+77+121=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4D79 is #82B286. Grayscale: #606060. Windows color (decimal): -8565383 or 7949693. OLE color: 7949693.

HSL color Cylindrical-coordinate representation of color #7D4D79: hue angle of 305º degrees, saturation: 0.24, 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 #7D4D79 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 77 121 -
CMYK 0 0.38 0.03 0.51
HSL 305º 0.24% 0.4% -
HSV(B) 305º 0.38% 0.49% -
XYZ 14.56 11.05 19.45 -
YUV 96.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 125 77 121 0 0.38 0.03 0.51 305 0.24 0.4
Hex 7D 4D 79 0 26 3 33 131 18 28
Octal 175 115 171 0 46 3 63 461 30 50
Binary 1111101 1001101 1111001 0 100110 11 110011 100110001 11000 101000

Color Harmonies of #7D4D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D79

Black with #7D4D79

Text Example


Text Example

White with #7D4D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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