#7B4546

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

Shades of Tosca #7B4546

Tints of Tosca #7B4546

Color information

#7B4546 (or 0x7B4546) is unknown color: approx Tosca. HEX triplet: 7B, 45 and 46. RGB value is (123,69,70). Sum of RGB (Red+Green+Blue) = 123+69+70=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4546 is #84BAB9. Grayscale: #555555. Windows color (decimal): -8698554 or 4605307. OLE color: 4605307.

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

Color convert

RGB1236970-
CMYK00.440.430.52
HSL358.89º28.12%37.65%-
HSV(B)358.89º43.9%48.24%-
XYZ11.48.916.91-
YUV85.26119.39154.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.95%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=46.95%
G=26.34%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123697000.440.430.52358.8928.1237.65
Hex7B454602C2B341671c26
Octal17310510605453645473446
Binary111101110001011000110010110010101111010010110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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