Html Css Color HEX #7C4A4E Solid Pink

📋 copy color: '#7C4A4E'

red 124 ◦ green 74 ◦ blue 78

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

Shades of Solid Pink #7C4A4E

Tints of Solid Pink #7C4A4E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 44.93%
G = 26.81%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7C4A4E (or 0x7C4A4E) is known color: Solid Pink. HEX triplet: 7C, 4A and 4E. RGB value is (124,74,78). Sum of RGB (Red+Green+Blue) = 124+74+78=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4A4E is #83B5B1. Grayscale: #595959. Windows color (decimal): -8631730 or 5130876. OLE color: 5130876.

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

Color convert

RGB 124 74 78 -
CMYK 0 0.40 0.37 0.51
HSL 355.2º 0.25% 0.39% -
HSV(B) 355.2º 0.4% 0.49% -
XYZ 12.14 9.73 8.45 -
YUV 89.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 124 74 78 0 0.40 0.37 0.51 355.2 0.25 0.39
Hex 7C 4A 4E 0 28 25 33 163 19 27
Octal 174 112 116 0 50 45 63 543 31 47
Binary 1111100 1001010 1001110 0 101000 100101 110011 101100011 11001 100111

Color Harmonies of #7C4A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4A4E

Black with #7C4A4E

Text Example


Text Example

White with #7C4A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,74,78); }

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

background-color css

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

 a { background-color: rgb(124,74,78); }

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

border-color css

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

 span { border-color: rgb(124,74,78); }

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