Html Css Color HEX #7D577D Trendy Pink

📋 copy color: '#7D577D'

red 125 ◦ green 87 ◦ blue 125

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

Shades of Trendy Pink #7D577D

Tints of Trendy Pink #7D577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 37.09%
G = 25.82%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7D577D (or 0x7D577D) is known color: Trendy Pink. HEX triplet: 7D, 57 and 7D. RGB value is (125,87,125). Sum of RGB (Red+Green+Blue) = 125+87+125=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: red, blue. Hex color #7D577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D577D is #82A882. Grayscale: #666666. Windows color (decimal): -8562819 or 8214397. OLE color: 8214397.

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

Color convert

RGB 125 87 125 -
CMYK 0 0.30 0 0.51
HSL 300º 0.18% 0.42% -
HSV(B) 300º 0.3% 0.49% -
XYZ 15.57 12.66 21.02 -
YUV 102.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 125 87 125 0 0.30 0 0.51 300 0.18 0.42
Hex 7D 57 7D 0 1E 0 33 12C 12 2A
Octal 175 127 175 0 36 0 63 454 22 52
Binary 1111101 1010111 1111101 0 11110 0 110011 100101100 10010 101010

Color Harmonies of #7D577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D577D

Black with #7D577D

Text Example


Text Example

White with #7D577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,125); }

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

background-color css

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

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

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

border-color css

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

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

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