#7C5256

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

Shades of Solid Pink #7C5256

Tints of Solid Pink #7C5256

Color information

#7C5256 (or 0x7C5256) is unknown color: approx Solid Pink. HEX triplet: 7C, 52 and 56. RGB value is (124,82,86). Sum of RGB (Red+Green+Blue) = 124+82+86=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5256 is #83ADA9. Grayscale: #5F5F5F. Windows color (decimal): -8629674 or 5657212. OLE color: 5657212.

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

Color convert

RGB1248286-
CMYK00.340.310.51
HSL354.29º20.39%40.39%-
HSV(B)354.29º33.87%48.63%-
XYZ13.0110.9910.24-
YUV95.01122.91148.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=42.47%
G=28.08%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124828600.340.310.51354.2920.3940.39
Hex7C52560221F331621428
Octal17412212604237635422450
Binary11111001010010101011001000101111111001110110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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