#773A3D

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

Shades of Tosca #773A3D

Tints of Tosca #773A3D

Color information

#773A3D (or 0x773A3D) is unknown color: approx Tosca. HEX triplet: 77, 3A and 3D. RGB value is (119,58,61). Sum of RGB (Red+Green+Blue) = 119+58+61=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #773A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A3D is #88C5C2. Grayscale: #4C4C4C. Windows color (decimal): -8963523 or 4012663. OLE color: 4012663.

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

Color convert

RGB1195861-
CMYK00.510.490.53
HSL357.05º34.46%34.71%-
HSV(B)357.05º51.26%46.67%-
XYZ9.967.285.3-
YUV76.58119.21158.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 24.37%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=50%
G=24.37%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119586100.510.490.53357.0534.4634.71
Hex773A3D03331351652223
Octal167727506361655454243
Binary11101111110101111010110011110001110101101100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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