#773F40

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

Shades of Tosca #773F40

Tints of Tosca #773F40

Color information

#773F40 (or 0x773F40) is unknown color: approx Tosca. HEX triplet: 77, 3F and 40. RGB value is (119,63,64). Sum of RGB (Red+Green+Blue) = 119+63+64=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #773F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F40 is #88C0BF. Grayscale: #4F4F4F. Windows color (decimal): -8962240 or 4210551. OLE color: 4210551.

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

Color convert

RGB1196364-
CMYK00.470.460.53
HSL358.93º30.77%35.69%-
HSV(B)358.93º47.06%46.67%-
XYZ10.317.855.82-
YUV79.86119.05155.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=48.37%
G=25.61%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119636400.470.460.53358.9330.7735.69
Hex773F4002F2E351671f24
Octal1677710005756655473744
Binary11101111111111000000010111110111011010110110011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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