Shades of Tosca #74444B
Tints of Tosca #74444B
RGB
CMYK
RGB Variations
Color information
#74444B (or 0x74444B) is known color: Tosca. HEX triplet: 74, 44 and 4B. RGB value is (116,68,75). Sum of RGB (Red+Green+Blue) = 116+68+75=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74444B is #8BBBB4. Grayscale: #535353. Windows color (decimal): -9157557 or 4932724. OLE color: 4932724.
HSL color Cylindrical-coordinate representation of color #74444B: hue angle of 351.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74444B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 75 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.55 |
| HSL | 351.25º | 0.26% | 0.36% | - |
| HSV(B) | 351.25º | 0.41% | 0.45% | - |
| XYZ | 10.54 | 8.36 | 7.71 | - |
| YUV | 83.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 75 | 0 | 0.41 | 0.35 | 0.55 | 351.25 | 0.26 | 0.36 |
| Hex | 74 | 44 | 4B | 0 | 29 | 23 | 37 | 15F | 1A | 24 |
| Octal | 164 | 104 | 113 | 0 | 51 | 43 | 67 | 537 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1001011 | 0 | 101001 | 100011 | 110111 | 101011111 | 11010 | 100100 |
Color Harmonies of #74444B
Complementary color
Monochromatic Colors of #74444B
Black with #74444B
Text Example
Text Example
White with #74444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74444B; }
p { color: rgb(116,68,75); }
H1.HeaderClassName
{
color: #74444B;
}
.AnyTagClassName
{
color: #74444B;
}
</style>
background-color css
<style>
a { background-color: #74444B; }
a { background-color: rgb(116,68,75); }
div.DivClassName
{
background-color: #74444B;
}
.BgClassName
{
background-color: #74444B;
}
</style>
border-color css
<style>
span { border-color: #74444B; }
span { border-color: rgb(116,68,75); }
td.TdClassName
{
border-color: #74444B;
}
.TagClassName
{
border-color: #74444B;
}
</style>