#763E47

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

Shades of Tosca #763E47

Tints of Tosca #763E47

Color information

#763E47 (or 0x763E47) is unknown color: approx Tosca. HEX triplet: 76, 3E and 47. RGB value is (118,62,71). Sum of RGB (Red+Green+Blue) = 118+62+71=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #763E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E47 is #89C1B8. Grayscale: #4F4F4F. Windows color (decimal): -9028025 or 4669046. OLE color: 4669046.

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

Color convert

RGB1186271-
CMYK00.470.400.54
HSL350.36º31.11%35.29%-
HSV(B)350.36º47.46%46.27%-
XYZ10.337.756.91-
YUV79.77123.05155.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=47.01%
G=24.70%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118627100.470.400.54350.3631.1135.29
Hex763E4702F283615e1f23
Octal1667610705750665363743
Binary11101101111101000111010111110100011011010101111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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