#7C474D

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

Shades of Solid Pink #7C474D

Tints of Solid Pink #7C474D

Color information

#7C474D (or 0x7C474D) is unknown color: approx Solid Pink. HEX triplet: 7C, 47 and 4D. RGB value is (124,71,77). Sum of RGB (Red+Green+Blue) = 124+71+77=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C474D is #83B8B2. Grayscale: #575757. Windows color (decimal): -8632499 or 5064572. OLE color: 5064572.

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

Color convert

RGB1247177-
CMYK00.430.380.51
HSL353.21º27.18%38.24%-
HSV(B)353.21º42.74%48.63%-
XYZ11.99.338.19-
YUV87.53122.06154.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=45.59%
G=26.10%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124717700.430.380.51353.2127.1838.24
Hex7C474D02B26331611b26
Octal17410711505346635413346
Binary111110010001111001101010101110011011001110110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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