#773D40

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

Shades of Tosca #773D40

Tints of Tosca #773D40

Color information

#773D40 (or 0x773D40) is unknown color: approx Tosca. HEX triplet: 77, 3D and 40. RGB value is (119,61,64). Sum of RGB (Red+Green+Blue) = 119+61+64=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #773D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D40 is #88C2BF. Grayscale: #4E4E4E. Windows color (decimal): -8962752 or 4210039. OLE color: 4210039.

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

Color convert

RGB1196164-
CMYK00.490.460.53
HSL356.9º32.22%35.29%-
HSV(B)356.9º48.74%46.67%-
XYZ10.27.635.79-
YUV78.68119.72156.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 61 (24.22% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=48.77%
G=25%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119616400.490.460.53356.932.2235.29
Hex773D400312E351652023
Octal1677510006156655454043
Binary111011111110110000000110001101110110101101100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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