#7C474B

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

Shades of Solid Pink #7C474B

Tints of Solid Pink #7C474B

Color information

#7C474B (or 0x7C474B) is unknown color: approx Solid Pink. HEX triplet: 7C, 47 and 4B. RGB value is (124,71,75). Sum of RGB (Red+Green+Blue) = 124+71+75=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C474B is #83B8B4. Grayscale: #575757. Windows color (decimal): -8632501 or 4933500. OLE color: 4933500.

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

Color convert

RGB1247175-
CMYK00.430.400.51
HSL355.47º27.18%38.24%-
HSV(B)355.47º42.74%48.63%-
XYZ11.849.37.83-
YUV87.3121.06154.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.93%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=45.93%
G=26.30%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124717500.430.400.51355.4727.1838.24
Hex7C474B02B28331631b26
Octal17410711305350635433346
Binary111110010001111001011010101110100011001110110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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