#773B44

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

Shades of Tosca #773B44

Tints of Tosca #773B44

Color information

#773B44 (or 0x773B44) is unknown color: approx Tosca. HEX triplet: 77, 3B and 44. RGB value is (119,59,68). Sum of RGB (Red+Green+Blue) = 119+59+68=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #773B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B44 is #88C4BB. Grayscale: #4D4D4D. Windows color (decimal): -8963260 or 4471671. OLE color: 4471671.

HSL color Cylindrical-coordinate representation of color #773B44: hue angle of 351º 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 #773B44 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1195968-
CMYK00.500.430.53
HSL351º33.71%34.9%-
HSV(B)351º50.42%46.67%-
XYZ10.227.476.37-
YUV77.97122.38157.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=48.37%
G=23.98%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119596800.500.430.5335133.7134.9
Hex773B440322B3515f2223
Octal1677310406253655374243
Binary111011111101110001000110010101011110101101011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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