#773A3C

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

Shades of Tosca #773A3C

Tints of Tosca #773A3C

Color information

#773A3C (or 0x773A3C) is unknown color: approx Tosca. HEX triplet: 77, 3A and 3C. RGB value is (119,58,60). Sum of RGB (Red+Green+Blue) = 119+58+60=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #773A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A3C is #88C5C3. Grayscale: #4C4C4C. Windows color (decimal): -8963524 or 3947127. OLE color: 3947127.

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

Color convert

RGB1195860-
CMYK00.510.500.53
HSL358.03º34.46%34.71%-
HSV(B)358.03º51.26%46.67%-
XYZ9.947.275.16-
YUV76.47118.71158.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=50.21%
G=24.47%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119586000.510.500.53358.0334.4634.71
Hex773A3C03332351662223
Octal167727406362655464243
Binary11101111110101111000110011110010110101101100110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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