#7C4445

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

Shades of Tosca #7C4445

Tints of Tosca #7C4445

Color information

#7C4445 (or 0x7C4445) is unknown color: approx Tosca. HEX triplet: 7C, 44 and 45. RGB value is (124,68,69). Sum of RGB (Red+Green+Blue) = 124+68+69=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4445 is #83BBBA. Grayscale: #545454. Windows color (decimal): -8633275 or 4539516. OLE color: 4539516.

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

Color convert

RGB1246869-
CMYK00.450.440.51
HSL358.93º29.17%37.65%-
HSV(B)358.93º45.16%48.63%-
XYZ11.458.856.73-
YUV84.86119.05155.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=47.51%
G=26.05%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124686900.450.440.51358.9329.1737.65
Hex7C444502D2C331671d26
Octal17410410505554635473546
Binary111110010001001000101010110110110011001110110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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