Shades of Tosca #744B4D
Tints of Tosca #744B4D
RGB
CMYK
RGB Variations
Color information
#744B4D (or 0x744B4D) is known color: Tosca. HEX triplet: 74, 4B and 4D. RGB value is (116,75,77). Sum of RGB (Red+Green+Blue) = 116+75+77=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #744B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B4D is #8BB4B2. Grayscale: #575757. Windows color (decimal): -9155763 or 5065588. OLE color: 5065588.
HSL color Cylindrical-coordinate representation of color #744B4D: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744B4D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 77 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.55 |
| HSL | 357.07º | 0.21% | 0.37% | - |
| HSV(B) | 357.07º | 0.35% | 0.45% | - |
| XYZ | 11.06 | 9.28 | 8.23 | - |
| YUV | 87.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 77 | 0 | 0.35 | 0.34 | 0.55 | 357.07 | 0.21 | 0.37 |
| Hex | 74 | 4B | 4D | 0 | 23 | 22 | 37 | 165 | 15 | 25 |
| Octal | 164 | 113 | 115 | 0 | 43 | 42 | 67 | 545 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1001101 | 0 | 100011 | 100010 | 110111 | 101100101 | 10101 | 100101 |
Color Harmonies of #744B4D
Complementary color
Monochromatic Colors of #744B4D
Black with #744B4D
Text Example
Text Example
White with #744B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B4D; }
p { color: rgb(116,75,77); }
H1.HeaderClassName
{
color: #744B4D;
}
.AnyTagClassName
{
color: #744B4D;
}
</style>
background-color css
<style>
a { background-color: #744B4D; }
a { background-color: rgb(116,75,77); }
div.DivClassName
{
background-color: #744B4D;
}
.BgClassName
{
background-color: #744B4D;
}
</style>
border-color css
<style>
span { border-color: #744B4D; }
span { border-color: rgb(116,75,77); }
td.TdClassName
{
border-color: #744B4D;
}
.TagClassName
{
border-color: #744B4D;
}
</style>