#764246

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

Shades of Tosca #764246

Tints of Tosca #764246

Color information

#764246 (or 0x764246) is unknown color: approx Tosca. HEX triplet: 76, 42 and 46. RGB value is (118,66,70). Sum of RGB (Red+Green+Blue) = 118+66+70=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764246 is #89BDB9. Grayscale: #525252. Windows color (decimal): -9027002 or 4604534. OLE color: 4604534.

HSL color Cylindrical-coordinate representation of color #764246: hue angle of 355.38º 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 #764246 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1186670-
CMYK00.440.410.54
HSL355.38º28.26%36.08%-
HSV(B)355.38º44.07%46.27%-
XYZ10.528.196.82-
YUV82121.23153.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=46.46%
G=25.98%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118667000.440.410.54355.3828.2636.08
Hex76424602C29361631c24
Octal16610210605451665433444
Binary111011010000101000110010110010100111011010110001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764246; }

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

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

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

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

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

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

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

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