#773A40

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

Shades of Tosca #773A40

Tints of Tosca #773A40

Color information

#773A40 (or 0x773A40) is unknown color: approx Tosca. HEX triplet: 77, 3A and 40. RGB value is (119,58,64). Sum of RGB (Red+Green+Blue) = 119+58+64=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A40 is #88C5BF. Grayscale: #4C4C4C. Windows color (decimal): -8963520 or 4209271. OLE color: 4209271.

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

Color convert

RGB1195864-
CMYK00.510.460.53
HSL354.1º34.46%34.71%-
HSV(B)354.1º51.26%46.67%-
XYZ10.057.325.73-
YUV76.92120.71158.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=49.38%
G=24.07%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119586400.510.460.53354.134.4634.71
Hex773A400332E351622223
Octal1677210006356655424243
Binary111011111101010000000110011101110110101101100010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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