Html Css Color HEX #7C4770 Trendy Pink

📋 copy color: '#7C4770'

red 124 ◦ green 71 ◦ blue 112

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

Shades of Trendy Pink #7C4770

Tints of Trendy Pink #7C4770

RGB

 RED value IS 124 (48.83% from 255) = 40.39%

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 40.39%
G = 23.13%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C4770 (or 0x7C4770) is known color: Trendy Pink. HEX triplet: 7C, 47 and 70. RGB value is (124,71,112). Sum of RGB (Red+Green+Blue) = 124+71+112=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4770 is #83B88F. Grayscale: #5B5B5B. Windows color (decimal): -8632464 or 7358332. OLE color: 7358332.

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

Color convert

RGB 124 71 112 -
CMYK 0 0.43 0.10 0.51
HSL 313.58º 0.27% 0.38% -
HSV(B) 313.58º 0.43% 0.49% -
XYZ 13.49 9.96 16.54 -
YUV 91.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 124 71 112 0 0.43 0.10 0.51 313.58 0.27 0.38
Hex 7C 47 70 0 2B A 33 13A 1B 26
Octal 174 107 160 0 53 12 63 472 33 46
Binary 1111100 1000111 1110000 0 101011 1010 110011 100111010 11011 100110

Color Harmonies of #7C4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4770

Black with #7C4770

Text Example


Text Example

White with #7C4770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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