#7C4448

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

Shades of Tosca #7C4448

Tints of Tosca #7C4448

Color information

#7C4448 (or 0x7C4448) is unknown color: approx Tosca. HEX triplet: 7C, 44 and 48. RGB value is (124,68,72). Sum of RGB (Red+Green+Blue) = 124+68+72=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4448 is #83BBB7. Grayscale: #555555. Windows color (decimal): -8633272 or 4736124. OLE color: 4736124.

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

Color convert

RGB1246872-
CMYK00.450.420.51
HSL355.71º29.17%37.65%-
HSV(B)355.71º45.16%48.63%-
XYZ11.558.897.24-
YUV85.2120.55155.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=46.97%
G=25.76%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124687200.450.420.51355.7129.1737.65
Hex7C444802D2A331641d26
Octal17410411005552635443546
Binary111110010001001001000010110110101011001110110010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,72); }

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

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

 a { background-color: rgb(124,68,72); }

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

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

 span { border-color: rgb(124,68,72); }

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