#7C4952

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

Shades of Solid Pink #7C4952

Tints of Solid Pink #7C4952

Color information

#7C4952 (or 0x7C4952) is unknown color: approx Solid Pink. HEX triplet: 7C, 49 and 52. RGB value is (124,73,82). Sum of RGB (Red+Green+Blue) = 124+73+82=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4952 is #83B6AD. Grayscale: #595959. Windows color (decimal): -8631982 or 5392764. OLE color: 5392764.

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

Color convert

RGB1247382-
CMYK00.410.340.51
HSL349.41º25.89%38.63%-
HSV(B)349.41º41.13%48.63%-
XYZ12.229.669.2-
YUV89.28123.9152.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=44.44%
G=26.16%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124738200.410.340.51349.4125.8938.63
Hex7C4952029223315d1a27
Octal17411112205142635353247
Binary111110010010011010010010100110001011001110101110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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