#763A3F

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

Shades of Tosca #763A3F

Tints of Tosca #763A3F

Color information

#763A3F (or 0x763A3F) is unknown color: approx Tosca. HEX triplet: 76, 3A and 3F. RGB value is (118,58,63). Sum of RGB (Red+Green+Blue) = 118+58+63=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A3F is #89C5C0. Grayscale: #4C4C4C. Windows color (decimal): -9029057 or 4143734. OLE color: 4143734.

HSL color Cylindrical-coordinate representation of color #763A3F: hue angle of 355º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A3F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1185863-
CMYK00.510.470.54
HSL355º34.09%34.51%-
HSV(B)355º50.85%46.27%-
XYZ9.887.245.58-
YUV76.51120.38157.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 63 (25% from 255) = 26.36%
R=49.37%
G=24.27%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118586300.510.470.5435534.0934.51
Hex763A3F0332F361632223
Octal166727706357665434243
Binary11101101110101111110110011101111110110101100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A3F; }

 p { color: rgb(118,58,63); }

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

<style>
 a { background-color: #763A3F; }

 a { background-color: rgb(118,58,63); }

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

<style>
 span { border-color: #763A3F; }

 span { border-color: rgb(118,58,63); }

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