Html Css Color HEX #7D4775 Trendy Pink

📋 copy color: '#7D4775'

red 125 ◦ green 71 ◦ blue 117

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

Shades of Trendy Pink #7D4775

Tints of Trendy Pink #7D4775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 39.94%
G = 22.68%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D4775 (or 0x7D4775) is known color: Trendy Pink. HEX triplet: 7D, 47 and 75. RGB value is (125,71,117). Sum of RGB (Red+Green+Blue) = 125+71+117=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4775 is #82B88A. Grayscale: #5C5C5C. Windows color (decimal): -8566923 or 7686013. OLE color: 7686013.

HSL color Cylindrical-coordinate representation of color #7D4775: hue angle of 308.89º 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 #7D4775 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 71 117 -
CMYK 0 0.43 0.06 0.51
HSL 308.89º 0.28% 0.38% -
HSV(B) 308.89º 0.43% 0.49% -
XYZ 13.92 10.15 18.06 -
YUV 92.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 125 71 117 0 0.43 0.06 0.51 308.89 0.28 0.38
Hex 7D 47 75 0 2B 6 33 135 1C 26
Octal 175 107 165 0 53 6 63 465 34 46
Binary 1111101 1000111 1110101 0 101011 110 110011 100110101 11100 100110

Color Harmonies of #7D4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4775

Black with #7D4775

Text Example


Text Example

White with #7D4775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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