#7C4D55

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

Shades of Solid Pink #7C4D55

Tints of Solid Pink #7C4D55

Color information

#7C4D55 (or 0x7C4D55) is unknown color: approx Solid Pink. HEX triplet: 7C, 4D and 55. RGB value is (124,77,85). Sum of RGB (Red+Green+Blue) = 124+77+85=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4D55 is #83B2AA. Grayscale: #5B5B5B. Windows color (decimal): -8630955 or 5590396. OLE color: 5590396.

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

Color convert

RGB1247785-
CMYK00.380.310.51
HSL349.79º23.38%39.41%-
HSV(B)349.79º37.9%48.63%-
XYZ12.6110.259.91-
YUV91.96124.07150.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=43.36%
G=26.92%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124778500.380.310.51349.7923.3839.41
Hex7C4D550261F3315e1727
Octal17411512504637635362747
Binary11111001001101101010101001101111111001110101111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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