Html Css Color HEX #7D477C Trendy Pink

📋 copy color: '#7D477C'

red 125 ◦ green 71 ◦ blue 124

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

Shades of Trendy Pink #7D477C

Tints of Trendy Pink #7D477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 39.06%
G = 22.19%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D477C (or 0x7D477C) is known color: Trendy Pink. HEX triplet: 7D, 47 and 7C. RGB value is (125,71,124). Sum of RGB (Red+Green+Blue) = 125+71+124=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D477C is #82B883. Grayscale: #5D5D5D. Windows color (decimal): -8566916 or 8144765. OLE color: 8144765.

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

Color convert

RGB 125 71 124 -
CMYK 0 0.43 0.01 0.51
HSL 301.11º 0.28% 0.38% -
HSV(B) 301.11º 0.43% 0.49% -
XYZ 14.35 10.32 20.3 -
YUV 93.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 125 71 124 0 0.43 0.01 0.51 301.11 0.28 0.38
Hex 7D 47 7C 0 2B 1 33 12D 1C 26
Octal 175 107 174 0 53 1 63 455 34 46
Binary 1111101 1000111 1111100 0 101011 1 110011 100101101 11100 100110

Color Harmonies of #7D477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D477C

Black with #7D477C

Text Example


Text Example

White with #7D477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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