#7B4548

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

Shades of Tosca #7B4548

Tints of Tosca #7B4548

Color information

#7B4548 (or 0x7B4548) is unknown color: approx Tosca. HEX triplet: 7B, 45 and 48. RGB value is (123,69,72). Sum of RGB (Red+Green+Blue) = 123+69+72=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4548 is #84BAB7. Grayscale: #555555. Windows color (decimal): -8698552 or 4736379. OLE color: 4736379.

HSL color Cylindrical-coordinate representation of color #7B4548: hue angle of 356.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B4548 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB1236972-
CMYK00.440.410.52
HSL356.67º28.12%37.65%-
HSV(B)356.67º43.9%48.24%-
XYZ11.478.947.25-
YUV85.49120.39154.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.59%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=46.59%
G=26.14%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123697200.440.410.52356.6728.1237.65
Hex7B454802C29341651c26
Octal17310511005451645453446
Binary111101110001011001000010110010100111010010110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,69,72); }

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

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

 a { background-color: rgb(123,69,72); }

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

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

 span { border-color: rgb(123,69,72); }

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