#773B40

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

Shades of Tosca #773B40

Tints of Tosca #773B40

Color information

#773B40 (or 0x773B40) is unknown color: approx Tosca. HEX triplet: 77, 3B and 40. RGB value is (119,59,64). Sum of RGB (Red+Green+Blue) = 119+59+64=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #773B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B40 is #88C4BF. Grayscale: #4D4D4D. Windows color (decimal): -8963264 or 4209527. OLE color: 4209527.

HSL color Cylindrical-coordinate representation of color #773B40: hue angle of 355º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B40 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1195964-
CMYK00.500.460.53
HSL355º33.71%34.9%-
HSV(B)355º50.42%46.67%-
XYZ10.17.425.75-
YUV77.51120.38157.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=49.17%
G=24.38%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119596400.500.460.5335533.7134.9
Hex773B400322E351632223
Octal1677310006256655434243
Binary111011111101110000000110010101110110101101100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B40; }

 p { color: rgb(119,59,64); }

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

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

 a { background-color: rgb(119,59,64); }

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

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

 span { border-color: rgb(119,59,64); }

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