#7C4750

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

Shades of Solid Pink #7C4750

Tints of Solid Pink #7C4750

Color information

#7C4750 (or 0x7C4750) is unknown color: approx Solid Pink. HEX triplet: 7C, 47 and 50. RGB value is (124,71,80). Sum of RGB (Red+Green+Blue) = 124+71+80=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4750 is #83B8AF. Grayscale: #575757. Windows color (decimal): -8632496 or 5261180. OLE color: 5261180.

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

Color convert

RGB1247180-
CMYK00.430.350.51
HSL349.81º27.18%38.24%-
HSV(B)349.81º42.74%48.63%-
XYZ12.019.378.76-
YUV87.87123.56153.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.09%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=45.09%
G=25.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124718000.430.350.51349.8127.1838.24
Hex7C475002B233315e1b26
Octal17410712005343635363346
Binary111110010001111010000010101110001111001110101111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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