#764049

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

Shades of Tosca #764049

Tints of Tosca #764049

Color information

#764049 (or 0x764049) is unknown color: approx Tosca. HEX triplet: 76, 40 and 49. RGB value is (118,64,73). Sum of RGB (Red+Green+Blue) = 118+64+73=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764049 is #89BFB6. Grayscale: #515151. Windows color (decimal): -9027511 or 4800630. OLE color: 4800630.

HSL color Cylindrical-coordinate representation of color #764049: hue angle of 350º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764049 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1186473-
CMYK00.460.380.54
HSL350º29.67%35.69%-
HSV(B)350º45.76%46.27%-
XYZ10.5187.29-
YUV81.17123.39154.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=46.27%
G=25.10%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118647300.460.380.5435029.6735.69
Hex76404902E263615e1e24
Octal16610011105646665363644
Binary111011010000001001001010111010011011011010101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764049; }

 p { color: rgb(118,64,73); }

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

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

 a { background-color: rgb(118,64,73); }

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

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

 span { border-color: rgb(118,64,73); }

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