Shades of Tosca #764148
Tints of Tosca #764148
RGB
CMYK
RGB Variations
Color information
#764148 (or 0x764148) is known color: Tosca. HEX triplet: 76, 41 and 48. RGB value is (118,65,72). Sum of RGB (Red+Green+Blue) = 118+65+72=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764148 is #89BEB7. Grayscale: #515151. Windows color (decimal): -9027256 or 4735350. OLE color: 4735350.
HSL color Cylindrical-coordinate representation of color #764148: hue angle of 352.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764148 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 72 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.54 |
| HSL | 352.08º | 0.29% | 0.36% | - |
| HSV(B) | 352.08º | 0.45% | 0.46% | - |
| XYZ | 10.53 | 8.1 | 7.14 | - |
| YUV | 81.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 72 | 0 | 0.45 | 0.39 | 0.54 | 352.08 | 0.29 | 0.36 |
| Hex | 76 | 41 | 48 | 0 | 2D | 27 | 36 | 160 | 1D | 24 |
| Octal | 166 | 101 | 110 | 0 | 55 | 47 | 66 | 540 | 35 | 44 |
| Binary | 1110110 | 1000001 | 1001000 | 0 | 101101 | 100111 | 110110 | 101100000 | 11101 | 100100 |
Color Harmonies of #764148
Complementary color
Monochromatic Colors of #764148
Black with #764148
Text Example
Text Example
White with #764148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764148; }
p { color: rgb(118,65,72); }
H1.HeaderClassName
{
color: #764148;
}
.AnyTagClassName
{
color: #764148;
}
</style>
background-color css
<style>
a { background-color: #764148; }
a { background-color: rgb(118,65,72); }
div.DivClassName
{
background-color: #764148;
}
.BgClassName
{
background-color: #764148;
}
</style>
border-color css
<style>
span { border-color: #764148; }
span { border-color: rgb(118,65,72); }
td.TdClassName
{
border-color: #764148;
}
.TagClassName
{
border-color: #764148;
}
</style>