Shades of Tosca #74484B
Tints of Tosca #74484B
RGB
CMYK
RGB Variations
Color information
#74484B (or 0x74484B) is known color: Tosca. HEX triplet: 74, 48 and 4B. RGB value is (116,72,75). Sum of RGB (Red+Green+Blue) = 116+72+75=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #74484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74484B is #8BB7B4. Grayscale: #555555. Windows color (decimal): -9156533 or 4933748. OLE color: 4933748.
HSL color Cylindrical-coordinate representation of color #74484B: hue angle of 355.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74484B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 75 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.55 |
| HSL | 355.91º | 0.23% | 0.37% | - |
| HSV(B) | 355.91º | 0.38% | 0.45% | - |
| XYZ | 10.79 | 8.86 | 7.8 | - |
| YUV | 85.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 75 | 0 | 0.38 | 0.35 | 0.55 | 355.91 | 0.23 | 0.37 |
| Hex | 74 | 48 | 4B | 0 | 26 | 23 | 37 | 164 | 17 | 25 |
| Octal | 164 | 110 | 113 | 0 | 46 | 43 | 67 | 544 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1001011 | 0 | 100110 | 100011 | 110111 | 101100100 | 10111 | 100101 |
Color Harmonies of #74484B
Complementary color
Monochromatic Colors of #74484B
Black with #74484B
Text Example
Text Example
White with #74484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74484B; }
p { color: rgb(116,72,75); }
H1.HeaderClassName
{
color: #74484B;
}
.AnyTagClassName
{
color: #74484B;
}
</style>
background-color css
<style>
a { background-color: #74484B; }
a { background-color: rgb(116,72,75); }
div.DivClassName
{
background-color: #74484B;
}
.BgClassName
{
background-color: #74484B;
}
</style>
border-color css
<style>
span { border-color: #74484B; }
span { border-color: rgb(116,72,75); }
td.TdClassName
{
border-color: #74484B;
}
.TagClassName
{
border-color: #74484B;
}
</style>