#764749

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

Shades of Tosca #764749

Tints of Tosca #764749

Color information

#764749 (or 0x764749) is unknown color: approx Tosca. HEX triplet: 76, 47 and 49. RGB value is (118,71,73). Sum of RGB (Red+Green+Blue) = 118+71+73=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764749 is #89B8B6. Grayscale: #555555. Windows color (decimal): -9025719 or 4802422. OLE color: 4802422.

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

Color convert

RGB1187173-
CMYK00.400.380.54
HSL357.45º24.87%37.06%-
HSV(B)357.45º39.83%46.27%-
XYZ10.938.847.43-
YUV85.28121.07151.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=45.04%
G=27.10%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118717300.400.380.54357.4524.8737.06
Hex76474902826361651925
Octal16610711105046665453145
Binary111011010001111001001010100010011011011010110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764749; }

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

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

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

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

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

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

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

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