#773E3F

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

Shades of Tosca #773E3F

Tints of Tosca #773E3F

Color information

#773E3F (or 0x773E3F) is unknown color: approx Tosca. HEX triplet: 77, 3E and 3F. RGB value is (119,62,63). Sum of RGB (Red+Green+Blue) = 119+62+63=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #773E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E3F is #88C1C0. Grayscale: #4F4F4F. Windows color (decimal): -8962497 or 4144759. OLE color: 4144759.

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

Color convert

RGB1196263-
CMYK00.480.470.53
HSL358.95º31.49%35.49%-
HSV(B)358.95º47.9%46.67%-
XYZ10.237.735.65-
YUV79.16118.88156.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 63 (25% from 255) = 25.82%
R=48.77%
G=25.41%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119626300.480.470.53358.9531.4935.49
Hex773E3F0302F351671f23
Octal167767706057655473743
Binary1110111111110111111011000010111111010110110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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