#7C4749

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

Shades of Solid Pink #7C4749

Tints of Solid Pink #7C4749

Color information

#7C4749 (or 0x7C4749) is unknown color: approx Solid Pink. HEX triplet: 7C, 47 and 49. RGB value is (124,71,73). Sum of RGB (Red+Green+Blue) = 124+71+73=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4749 is #83B8B6. Grayscale: #575757. Windows color (decimal): -8632503 or 4802428. OLE color: 4802428.

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

Color convert

RGB1247173-
CMYK00.430.410.51
HSL357.74º27.18%38.24%-
HSV(B)357.74º42.74%48.63%-
XYZ11.779.277.47-
YUV87.08120.06154.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.27%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=46.27%
G=26.49%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124717300.430.410.51357.7427.1838.24
Hex7C474902B29331661b26
Octal17410711105351635463346
Binary111110010001111001001010101110100111001110110011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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