#763E41

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

Shades of Tosca #763E41

Tints of Tosca #763E41

Color information

#763E41 (or 0x763E41) is unknown color: approx Tosca. HEX triplet: 76, 3E and 41. RGB value is (118,62,65). Sum of RGB (Red+Green+Blue) = 118+62+65=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #763E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E41 is #89C1BE. Grayscale: #4F4F4F. Windows color (decimal): -9028031 or 4275830. OLE color: 4275830.

HSL color Cylindrical-coordinate representation of color #763E41: hue angle of 356.79º 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 #763E41 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1186265-
CMYK00.470.450.54
HSL356.79º31.11%35.29%-
HSV(B)356.79º47.46%46.27%-
XYZ10.157.685.95-
YUV79.09120.05155.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=48.16%
G=25.31%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118626500.470.450.54356.7931.1135.29
Hex763E4102F2D361651f23
Octal1667610105755665453743
Binary11101101111101000001010111110110111011010110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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