Shades of Tosca #784145
Tints of Tosca #784145
RGB
CMYK
RGB Variations
Color information
#784145 (or 0x784145) is known color: Tosca. HEX triplet: 78, 41 and 45. RGB value is (120,65,69). Sum of RGB (Red+Green+Blue) = 120+65+69=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #784145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784145 is #87BEBA. Grayscale: #515151. Windows color (decimal): -8896187 or 4538744. OLE color: 4538744.
HSL color Cylindrical-coordinate representation of color #784145: hue angle of 355.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784145 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 69 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.53 |
| HSL | 355.64º | 0.3% | 0.36% | - |
| HSV(B) | 355.64º | 0.46% | 0.47% | - |
| XYZ | 10.71 | 8.2 | 6.65 | - |
| YUV | 81.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 69 | 0 | 0.46 | 0.42 | 0.53 | 355.64 | 0.3 | 0.36 |
| Hex | 78 | 41 | 45 | 0 | 2E | 2A | 35 | 164 | 1E | 24 |
| Octal | 170 | 101 | 105 | 0 | 56 | 52 | 65 | 544 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1000101 | 0 | 101110 | 101010 | 110101 | 101100100 | 11110 | 100100 |
Color Harmonies of #784145
Complementary color
Monochromatic Colors of #784145
Black with #784145
Text Example
Text Example
White with #784145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784145; }
p { color: rgb(120,65,69); }
H1.HeaderClassName
{
color: #784145;
}
.AnyTagClassName
{
color: #784145;
}
</style>
background-color css
<style>
a { background-color: #784145; }
a { background-color: rgb(120,65,69); }
div.DivClassName
{
background-color: #784145;
}
.BgClassName
{
background-color: #784145;
}
</style>
border-color css
<style>
span { border-color: #784145; }
span { border-color: rgb(120,65,69); }
td.TdClassName
{
border-color: #784145;
}
.TagClassName
{
border-color: #784145;
}
</style>