#764649

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

Shades of Tosca #764649

Tints of Tosca #764649

Color information

#764649 (or 0x764649) is unknown color: approx Tosca. HEX triplet: 76, 46 and 49. RGB value is (118,70,73). Sum of RGB (Red+Green+Blue) = 118+70+73=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764649 is #89B9B6. Grayscale: #545454. Windows color (decimal): -9025975 or 4802166. OLE color: 4802166.

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

Color convert

RGB1187073-
CMYK00.410.380.54
HSL356.25º25.53%36.86%-
HSV(B)356.25º40.68%46.27%-
XYZ10.868.717.41-
YUV84.69121.4151.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=45.21%
G=26.82%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118707300.410.380.54356.2525.5336.86
Hex76464902926361641a25
Octal16610611105146665443245
Binary111011010001101001001010100110011011011010110010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764649; }

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

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

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

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

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

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

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

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