Shades of Tosca #784045
Tints of Tosca #784045
RGB
CMYK
RGB Variations
Color information
#784045 (or 0x784045) is known color: Tosca. HEX triplet: 78, 40 and 45. RGB value is (120,64,69). Sum of RGB (Red+Green+Blue) = 120+64+69=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #784045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784045 is #87BFBA. Grayscale: #515151. Windows color (decimal): -8896443 or 4538488. OLE color: 4538488.
HSL color Cylindrical-coordinate representation of color #784045: hue angle of 354.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784045 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 64 | 69 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.53 |
| HSL | 354.64º | 0.3% | 0.36% | - |
| HSV(B) | 354.64º | 0.47% | 0.47% | - |
| XYZ | 10.65 | 8.09 | 6.63 | - |
| YUV | 81.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 69 | 0 | 0.47 | 0.42 | 0.53 | 354.64 | 0.3 | 0.36 |
| Hex | 78 | 40 | 45 | 0 | 2F | 2A | 35 | 163 | 1E | 24 |
| Octal | 170 | 100 | 105 | 0 | 57 | 52 | 65 | 543 | 36 | 44 |
| Binary | 1111000 | 1000000 | 1000101 | 0 | 101111 | 101010 | 110101 | 101100011 | 11110 | 100100 |
Color Harmonies of #784045
Complementary color
Monochromatic Colors of #784045
Black with #784045
Text Example
Text Example
White with #784045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784045; }
p { color: rgb(120,64,69); }
H1.HeaderClassName
{
color: #784045;
}
.AnyTagClassName
{
color: #784045;
}
</style>
background-color css
<style>
a { background-color: #784045; }
a { background-color: rgb(120,64,69); }
div.DivClassName
{
background-color: #784045;
}
.BgClassName
{
background-color: #784045;
}
</style>
border-color css
<style>
span { border-color: #784045; }
span { border-color: rgb(120,64,69); }
td.TdClassName
{
border-color: #784045;
}
.TagClassName
{
border-color: #784045;
}
</style>