#763E44

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

Shades of Tosca #763E44

Tints of Tosca #763E44

Color information

#763E44 (or 0x763E44) is unknown color: approx Tosca. HEX triplet: 76, 3E and 44. RGB value is (118,62,68). Sum of RGB (Red+Green+Blue) = 118+62+68=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #763E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E44 is #89C1BB. Grayscale: #4F4F4F. Windows color (decimal): -9028028 or 4472438. OLE color: 4472438.

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

Color convert

RGB1186268-
CMYK00.470.420.54
HSL353.57º31.11%35.29%-
HSV(B)353.57º47.46%46.27%-
XYZ10.247.716.42-
YUV79.43121.55155.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=47.58%
G=25%
B=27.42%

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
Decimal118626800.470.420.54353.5731.1135.29
Hex763E4402F2A361621f23
Octal1667610405752665423743
Binary11101101111101000100010111110101011011010110001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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