#7C4D4F

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

Shades of Solid Pink #7C4D4F

Tints of Solid Pink #7C4D4F

Color information

#7C4D4F (or 0x7C4D4F) is unknown color: approx Solid Pink. HEX triplet: 7C, 4D and 4F. RGB value is (124,77,79). Sum of RGB (Red+Green+Blue) = 124+77+79=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D4F is #83B2B0. Grayscale: #5B5B5B. Windows color (decimal): -8630961 or 5197180. OLE color: 5197180.

HSL color Cylindrical-coordinate representation of color #7C4D4F: hue angle of 357.45º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C4D4F is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB1247779-
CMYK00.380.360.51
HSL357.45º23.38%39.41%-
HSV(B)357.45º37.9%48.63%-
XYZ12.3810.168.71-
YUV91.28121.07151.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.29%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=44.29%
G=27.5%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124777900.380.360.51357.4523.3839.41
Hex7C4D4F02624331651727
Octal17411511704644635452747
Binary111110010011011001111010011010010011001110110010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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