#773D3F

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

Shades of Tosca #773D3F

Tints of Tosca #773D3F

Color information

#773D3F (or 0x773D3F) is unknown color: approx Tosca. HEX triplet: 77, 3D and 3F. RGB value is (119,61,63). Sum of RGB (Red+Green+Blue) = 119+61+63=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D3F is #88C2C0. Grayscale: #4E4E4E. Windows color (decimal): -8962753 or 4144503. OLE color: 4144503.

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

Color convert

RGB1196163-
CMYK00.490.470.53
HSL357.93º32.22%35.29%-
HSV(B)357.93º48.74%46.67%-
XYZ10.177.625.64-
YUV78.57119.22156.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 63 (25% from 255) = 25.93%
R=48.97%
G=25.10%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119616300.490.470.53357.9332.2235.29
Hex773D3F0312F351662023
Octal167757706157655464043
Binary11101111111011111110110001101111110101101100110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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