Html Css Color HEX #7C4F7E Trendy Pink

📋 copy color: '#7C4F7E'

red 124 ◦ green 79 ◦ blue 126

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

Shades of Trendy Pink #7C4F7E

Tints of Trendy Pink #7C4F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.01%

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 37.69%
G = 24.01%
B = 38.3%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C4F7E (or 0x7C4F7E) is known color: Trendy Pink. HEX triplet: 7C, 4F and 7E. RGB value is (124,79,126). Sum of RGB (Red+Green+Blue) = 124+79+126=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C4F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F7E is #83B081. Grayscale: #616161. Windows color (decimal): -8630402 or 8277884. OLE color: 8277884.

HSL color Cylindrical-coordinate representation of color #7C4F7E: hue angle of 297.45º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4F7E is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 79 126 -
CMYK 0.02 0.37 0 0.51
HSL 297.45º 0.23% 0.4% -
HSV(B) 297.45º 0.37% 0.49% -
XYZ 14.87 11.38 21.15 -
YUV 97.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 124 79 126 0.02 0.37 0 0.51 297.45 0.23 0.4
Hex 7C 4F 7E 2 25 0 33 129 17 28
Octal 174 117 176 2 45 0 63 451 27 50
Binary 1111100 1001111 1111110 10 100101 0 110011 100101001 10111 101000

Color Harmonies of #7C4F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F7E

Black with #7C4F7E

Text Example


Text Example

White with #7C4F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,126); }

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

background-color css

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

 a { background-color: rgb(124,79,126); }

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

border-color css

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

 span { border-color: rgb(124,79,126); }

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