Html Css Color HEX #7D617C Trendy Pink

📋 copy color: '#7D617C'

red 125 ◦ green 97 ◦ blue 124

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

Shades of Trendy Pink #7D617C

Tints of Trendy Pink #7D617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 36.13%
G = 28.03%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D617C (or 0x7D617C) is known color: Trendy Pink. HEX triplet: 7D, 61 and 7C. RGB value is (125,97,124). Sum of RGB (Red+Green+Blue) = 125+97+124=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D617C is #829E83. Grayscale: #6C6C6C. Windows color (decimal): -8560260 or 8151421. OLE color: 8151421.

HSL color Cylindrical-coordinate representation of color #7D617C: hue angle of 302.14º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D617C is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 97 124 -
CMYK 0 0.22 0.01 0.51
HSL 302.14º 0.13% 0.44% -
HSV(B) 302.14º 0.22% 0.49% -
XYZ 16.37 14.36 20.98 -
YUV 108.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 125 97 124 0 0.22 0.01 0.51 302.14 0.13 0.44
Hex 7D 61 7C 0 16 1 33 12E D 2C
Octal 175 141 174 0 26 1 63 456 15 54
Binary 1111101 1100001 1111100 0 10110 1 110011 100101110 1101 101100

Color Harmonies of #7D617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D617C

Black with #7D617C

Text Example


Text Example

White with #7D617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,124); }

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

background-color css

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

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

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

border-color css

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

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

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