#76444C

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

Shades of Tosca #76444C

Tints of Tosca #76444C

Color information

#76444C (or 0x76444C) is unknown color: approx Tosca. HEX triplet: 76, 44 and 4C. RGB value is (118,68,76). Sum of RGB (Red+Green+Blue) = 118+68+76=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76444C is #89BBB3. Grayscale: #535353. Windows color (decimal): -9026484 or 4998262. OLE color: 4998262.

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

Color convert

RGB1186876-
CMYK00.420.360.54
HSL350.4º26.88%36.47%-
HSV(B)350.4º42.37%46.27%-
XYZ10.848.517.91-
YUV83.86123.56152.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=45.04%
G=25.95%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118687600.420.360.54350.426.8836.47
Hex76444C02A243615e1b24
Octal16610411405244665363344
Binary111011010001001001100010101010010011011010101111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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