#773A3B

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

Shades of Tosca #773A3B

Tints of Tosca #773A3B

Color information

#773A3B (or 0x773A3B) is unknown color: approx Tosca. HEX triplet: 77, 3A and 3B. RGB value is (119,58,59). Sum of RGB (Red+Green+Blue) = 119+58+59=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A3B is #88C5C4. Grayscale: #4C4C4C. Windows color (decimal): -8963525 or 3881591. OLE color: 3881591.

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

Color convert

RGB1195859-
CMYK00.510.500.53
HSL359.02º34.46%34.71%-
HSV(B)359.02º51.26%46.67%-
XYZ9.917.265.02-
YUV76.35118.21158.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 59 (23.44% from 255) = 25%
R=50.42%
G=24.58%
B=25%

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
Decimal119585900.510.500.53359.0234.4634.71
Hex773A3B03332351672223
Octal167727306362655474243
Binary11101111110101110110110011110010110101101100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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