#7C4A4E

Color #7C4A4E Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #7C4A4E

Tints of Solid Pink #7C4A4E

Color information

#7C4A4E (or 0x7C4A4E) is unknown color: approx 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

RGB1247478-
CMYK00.400.370.51
HSL355.2º25.25%38.82%-
HSV(B)355.2º40.32%48.63%-
XYZ12.149.738.45-
YUV89.41121.56152.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.93%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124747800.400.370.51355.225.2538.82
Hex7C4A4E02825331631927
Octal17411211605045635433147
Binary111110010010101001110010100010010111001110110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>