#7A4748

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

Shades of Tosca #7A4748

Tints of Tosca #7A4748

Color information

#7A4748 (or 0x7A4748) is unknown color: approx Tosca. HEX triplet: 7A, 47 and 48. RGB value is (122,71,72). Sum of RGB (Red+Green+Blue) = 122+71+72=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4748 is #85B8B7. Grayscale: #565656. Windows color (decimal): -8763576 or 4736890. OLE color: 4736890.

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

Color convert

RGB1227172-
CMYK00.420.410.52
HSL358.82º26.42%37.84%-
HSV(B)358.82º41.8%47.84%-
XYZ11.459.117.29-
YUV86.36119.9153.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=46.04%
G=26.79%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122717200.420.410.52358.8226.4237.84
Hex7A474802A29341671a26
Octal17210711005251645473246
Binary111101010001111001000010101010100111010010110011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,71,72); }

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

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

 a { background-color: rgb(122,71,72); }

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

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

 span { border-color: rgb(122,71,72); }

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