#763E3F

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

Shades of Tosca #763E3F

Tints of Tosca #763E3F

Color information

#763E3F (or 0x763E3F) is unknown color: approx Tosca. HEX triplet: 76, 3E and 3F. RGB value is (118,62,63). Sum of RGB (Red+Green+Blue) = 118+62+63=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E3F is #89C1C0. Grayscale: #4E4E4E. Windows color (decimal): -9028033 or 4144758. OLE color: 4144758.

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

Color convert

RGB1186263-
CMYK00.470.470.54
HSL358.93º31.11%35.29%-
HSV(B)358.93º47.46%46.27%-
XYZ10.097.665.65-
YUV78.86119.05155.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 63 (25% from 255) = 25.93%
R=48.56%
G=25.51%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118626300.470.470.54358.9331.1135.29
Hex763E3F02F2F361671f23
Octal166767705757665473743
Binary1110110111110111111010111110111111011010110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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