#764249

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

Shades of Tosca #764249

Tints of Tosca #764249

Color information

#764249 (or 0x764249) is unknown color: approx Tosca. HEX triplet: 76, 42 and 49. RGB value is (118,66,73). Sum of RGB (Red+Green+Blue) = 118+66+73=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764249 is #89BDB6. Grayscale: #525252. Windows color (decimal): -9026999 or 4801142. OLE color: 4801142.

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

Color convert

RGB1186673-
CMYK00.440.380.54
HSL351.92º28.26%36.08%-
HSV(B)351.92º44.07%46.27%-
XYZ10.628.237.33-
YUV82.35122.73153.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=45.91%
G=25.68%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118667300.440.380.54351.9228.2636.08
Hex76424902C26361601c24
Octal16610211105446665403444
Binary111011010000101001001010110010011011011010110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764249; }

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

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

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

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

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

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

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

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