#76494C

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

Shades of Tosca #76494C

Tints of Tosca #76494C

Color information

#76494C (or 0x76494C) is unknown color: approx Tosca. HEX triplet: 76, 49 and 4C. RGB value is (118,73,76). Sum of RGB (Red+Green+Blue) = 118+73+76=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76494C is #89B6B3. Grayscale: #565656. Windows color (decimal): -9025204 or 4999542. OLE color: 4999542.

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

Color convert

RGB1187376-
CMYK00.380.360.54
HSL356º23.56%37.45%-
HSV(B)356º38.14%46.27%-
XYZ11.169.148.01-
YUV86.8121.91150.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=44.19%
G=27.34%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118737600.380.360.5435623.5637.45
Hex76494C02624361641825
Octal16611111404644665443045
Binary111011010010011001100010011010010011011010110010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76494C; }

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

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

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

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

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

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

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

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