#7C4349

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

Shades of Solid Pink #7C4349

Tints of Solid Pink #7C4349

Color information

#7C4349 (or 0x7C4349) is unknown color: approx Solid Pink. HEX triplet: 7C, 43 and 49. RGB value is (124,67,73). Sum of RGB (Red+Green+Blue) = 124+67+73=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4349 is #83BCB6. Grayscale: #545454. Windows color (decimal): -8633527 or 4801404. OLE color: 4801404.

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

Color convert

RGB1246773-
CMYK00.460.410.51
HSL353.68º29.84%37.45%-
HSV(B)353.68º45.97%48.63%-
XYZ11.528.787.39-
YUV84.73121.38156.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=46.97%
G=25.38%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124677300.460.410.51353.6829.8437.45
Hex7C434902E29331621e25
Octal17410311105651635423645
Binary111110010000111001001010111010100111001110110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,67,73); }

 H1.HeaderClassName
 {
   color: #7C4349;
 }
 .AnyTagClassName
 {
   color: #7C4349;
 }
</style>
background-color css

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

 a { background-color: rgb(124,67,73); }

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

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

 span { border-color: rgb(124,67,73); }

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