Html Css Color HEX #7D4673 Trendy Pink

📋 copy color: '#7D4673'

red 125 ◦ green 70 ◦ blue 115

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

Shades of Trendy Pink #7D4673

Tints of Trendy Pink #7D4673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 40.32%
G = 22.58%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7D4673 (or 0x7D4673) is known color: Trendy Pink. HEX triplet: 7D, 46 and 73. RGB value is (125,70,115). Sum of RGB (Red+Green+Blue) = 125+70+115=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4673 is #82B98C. Grayscale: #5B5B5B. Windows color (decimal): -8567181 or 7554685. OLE color: 7554685.

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

Color convert

RGB 125 70 115 -
CMYK 0 0.44 0.08 0.51
HSL 310.91º 0.28% 0.38% -
HSV(B) 310.91º 0.44% 0.49% -
XYZ 13.74 9.98 17.42 -
YUV 91.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 125 70 115 0 0.44 0.08 0.51 310.91 0.28 0.38
Hex 7D 46 73 0 2C 8 33 137 1C 26
Octal 175 106 163 0 54 10 63 467 34 46
Binary 1111101 1000110 1110011 0 101100 1000 110011 100110111 11100 100110

Color Harmonies of #7D4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4673

Black with #7D4673

Text Example


Text Example

White with #7D4673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,70,115); }

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

background-color css

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

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

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

border-color css

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

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

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