Shades of Tosca #744344
Tints of Tosca #744344
RGB
CMYK
RGB Variations
Color information
#744344 (or 0x744344) is known color: Tosca. HEX triplet: 74, 43 and 44. RGB value is (116,67,68). Sum of RGB (Red+Green+Blue) = 116+67+68=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #744344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744344 is #8BBCBB. Grayscale: #515151. Windows color (decimal): -9157820 or 4473716. OLE color: 4473716.
HSL color Cylindrical-coordinate representation of color #744344: hue angle of 358.78º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #744344 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 67 | 68 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.55 |
| HSL | 358.78º | 0.27% | 0.36% | - |
| HSV(B) | 358.78º | 0.42% | 0.45% | - |
| XYZ | 10.25 | 8.14 | 6.5 | - |
| YUV | 81.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 68 | 0 | 0.42 | 0.41 | 0.55 | 358.78 | 0.27 | 0.36 |
| Hex | 74 | 43 | 44 | 0 | 2A | 29 | 37 | 167 | 1B | 24 |
| Octal | 164 | 103 | 104 | 0 | 52 | 51 | 67 | 547 | 33 | 44 |
| Binary | 1110100 | 1000011 | 1000100 | 0 | 101010 | 101001 | 110111 | 101100111 | 11011 | 100100 |
Color Harmonies of #744344
Complementary color
Monochromatic Colors of #744344
Black with #744344
Text Example
Text Example
White with #744344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744344; }
p { color: rgb(116,67,68); }
H1.HeaderClassName
{
color: #744344;
}
.AnyTagClassName
{
color: #744344;
}
</style>
background-color css
<style>
a { background-color: #744344; }
a { background-color: rgb(116,67,68); }
div.DivClassName
{
background-color: #744344;
}
.BgClassName
{
background-color: #744344;
}
</style>
border-color css
<style>
span { border-color: #744344; }
span { border-color: rgb(116,67,68); }
td.TdClassName
{
border-color: #744344;
}
.TagClassName
{
border-color: #744344;
}
</style>