Shades of Tosca #74424B
Tints of Tosca #74424B
RGB
CMYK
RGB Variations
Color information
#74424B (or 0x74424B) is known color: Tosca. HEX triplet: 74, 42 and 4B. RGB value is (116,66,75). Sum of RGB (Red+Green+Blue) = 116+66+75=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74424B is #8BBDB4. Grayscale: #515151. Windows color (decimal): -9158069 or 4932212. OLE color: 4932212.
HSL color Cylindrical-coordinate representation of color #74424B: hue angle of 349.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74424B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 75 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.55 |
| HSL | 349.2º | 0.27% | 0.36% | - |
| HSV(B) | 349.2º | 0.43% | 0.45% | - |
| XYZ | 10.42 | 8.12 | 7.67 | - |
| YUV | 81.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 75 | 0 | 0.43 | 0.35 | 0.55 | 349.2 | 0.27 | 0.36 |
| Hex | 74 | 42 | 4B | 0 | 2B | 23 | 37 | 15D | 1B | 24 |
| Octal | 164 | 102 | 113 | 0 | 53 | 43 | 67 | 535 | 33 | 44 |
| Binary | 1110100 | 1000010 | 1001011 | 0 | 101011 | 100011 | 110111 | 101011101 | 11011 | 100100 |
Color Harmonies of #74424B
Complementary color
Monochromatic Colors of #74424B
Black with #74424B
Text Example
Text Example
White with #74424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74424B; }
p { color: rgb(116,66,75); }
H1.HeaderClassName
{
color: #74424B;
}
.AnyTagClassName
{
color: #74424B;
}
</style>
background-color css
<style>
a { background-color: #74424B; }
a { background-color: rgb(116,66,75); }
div.DivClassName
{
background-color: #74424B;
}
.BgClassName
{
background-color: #74424B;
}
</style>
border-color css
<style>
span { border-color: #74424B; }
span { border-color: rgb(116,66,75); }
td.TdClassName
{
border-color: #74424B;
}
.TagClassName
{
border-color: #74424B;
}
</style>