Html Css Color HEX #7D5978 Trendy Pink

📋 copy color: '#7D5978'

red 125 ◦ green 89 ◦ blue 120

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

Shades of Trendy Pink #7D5978

Tints of Trendy Pink #7D5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 37.43%
G = 26.65%
B = 35.93%

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

#7D5978 (or 0x7D5978) is known color: Trendy Pink. HEX triplet: 7D, 59 and 78. RGB value is (125,89,120). Sum of RGB (Red+Green+Blue) = 125+89+120=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5978 is #82A687. Grayscale: #676767. Windows color (decimal): -8562312 or 7887229. OLE color: 7887229.

HSL color Cylindrical-coordinate representation of color #7D5978: 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 #7D5978 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 89 120 -
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.42 12.86 19.44 -
YUV 103.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 125 89 120 0 0.29 0.04 0.51 308.33 0.17 0.42
Hex 7D 59 78 0 1D 4 33 134 11 2A
Octal 175 131 170 0 35 4 63 464 21 52
Binary 1111101 1011001 1111000 0 11101 100 110011 100110100 10001 101010

Color Harmonies of #7D5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5978

Black with #7D5978

Text Example


Text Example

White with #7D5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,120); }

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

background-color css

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

 a { background-color: rgb(125,89,120); }

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

border-color css

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

 span { border-color: rgb(125,89,120); }

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