Html Css Color HEX #7D5679 Trendy Pink

📋 copy color: '#7D5679'

red 125 ◦ green 86 ◦ blue 121

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

Shades of Trendy Pink #7D5679

Tints of Trendy Pink #7D5679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

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

R = 37.65%
G = 25.9%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D5679 (or 0x7D5679) is known color: Trendy Pink. HEX triplet: 7D, 56 and 79. RGB value is (125,86,121). Sum of RGB (Red+Green+Blue) = 125+86+121=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5679 is #82A986. Grayscale: #656565. Windows color (decimal): -8563079 or 7951997. OLE color: 7951997.

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

Color convert

RGB 125 86 121 -
CMYK 0 0.31 0.03 0.51
HSL 306.15º 0.18% 0.41% -
HSV(B) 306.15º 0.31% 0.49% -
XYZ 15.24 12.4 19.68 -
YUV 101.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 125 86 121 0 0.31 0.03 0.51 306.15 0.18 0.41
Hex 7D 56 79 0 1F 3 33 132 12 29
Octal 175 126 171 0 37 3 63 462 22 51
Binary 1111101 1010110 1111001 0 11111 11 110011 100110010 10010 101001

Color Harmonies of #7D5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5679

Black with #7D5679

Text Example


Text Example

White with #7D5679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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