#763E45

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

Shades of Tosca #763E45

Tints of Tosca #763E45

Color information

#763E45 (or 0x763E45) is unknown color: approx Tosca. HEX triplet: 76, 3E and 45. RGB value is (118,62,69). Sum of RGB (Red+Green+Blue) = 118+62+69=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #763E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E45 is #89C1BA. Grayscale: #4F4F4F. Windows color (decimal): -9028027 or 4537974. OLE color: 4537974.

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

Color convert

RGB1186269-
CMYK00.470.420.54
HSL352.5º31.11%35.29%-
HSV(B)352.5º47.46%46.27%-
XYZ10.277.736.58-
YUV79.54122.05155.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=47.39%
G=24.90%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118626900.470.420.54352.531.1135.29
Hex763E4502F2A361601f23
Octal1667610505752665403743
Binary11101101111101000101010111110101011011010110000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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