Shades of Tosca #763F44
Tints of Tosca #763F44
RGB
CMYK
RGB Variations
Color information
#763F44 (or 0x763F44) is known color: Tosca. HEX triplet: 76, 3F and 44. RGB value is (118,63,68). Sum of RGB (Red+Green+Blue) = 118+63+68=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #763F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F44 is #89C0BB. Grayscale: #505050. Windows color (decimal): -9027772 or 4472694. OLE color: 4472694.
HSL color Cylindrical-coordinate representation of color #763F44: hue angle of 354.55º degrees, saturation: 0.3, 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 #763F44 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 68 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.54 |
| HSL | 354.55º | 0.3% | 0.35% | - |
| HSV(B) | 354.55º | 0.47% | 0.46% | - |
| XYZ | 10.29 | 7.82 | 6.44 | - |
| YUV | 80.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 68 | 0 | 0.47 | 0.42 | 0.54 | 354.55 | 0.3 | 0.35 |
| Hex | 76 | 3F | 44 | 0 | 2F | 2A | 36 | 163 | 1E | 23 |
| Octal | 166 | 77 | 104 | 0 | 57 | 52 | 66 | 543 | 36 | 43 |
| Binary | 1110110 | 111111 | 1000100 | 0 | 101111 | 101010 | 110110 | 101100011 | 11110 | 100011 |
Color Harmonies of #763F44
Complementary color
Monochromatic Colors of #763F44
Black with #763F44
Text Example
Text Example
White with #763F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F44; }
p { color: rgb(118,63,68); }
H1.HeaderClassName
{
color: #763F44;
}
.AnyTagClassName
{
color: #763F44;
}
</style>
background-color css
<style>
a { background-color: #763F44; }
a { background-color: rgb(118,63,68); }
div.DivClassName
{
background-color: #763F44;
}
.BgClassName
{
background-color: #763F44;
}
</style>
border-color css
<style>
span { border-color: #763F44; }
span { border-color: rgb(118,63,68); }
td.TdClassName
{
border-color: #763F44;
}
.TagClassName
{
border-color: #763F44;
}
</style>