#764549

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

Shades of Tosca #764549

Tints of Tosca #764549

Color information

#764549 (or 0x764549) is unknown color: approx Tosca. HEX triplet: 76, 45 and 49. RGB value is (118,69,73). Sum of RGB (Red+Green+Blue) = 118+69+73=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764549 is #89BAB6. Grayscale: #545454. Windows color (decimal): -9026231 or 4801910. OLE color: 4801910.

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

Color convert

RGB1186973-
CMYK00.420.380.54
HSL355.1º26.2%36.67%-
HSV(B)355.1º41.53%46.27%-
XYZ10.88.597.39-
YUV84.11121.73152.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=45.38%
G=26.54%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118697300.420.380.54355.126.236.67
Hex76454902A26361631a25
Octal16610511105246665433245
Binary111011010001011001001010101010011011011010110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764549; }

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

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

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

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

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

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

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

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