Shades of Tosca #73434B
Tints of Tosca #73434B
RGB
CMYK
RGB Variations
Color information
#73434B (or 0x73434B) is known color: Tosca. HEX triplet: 73, 43 and 4B. RGB value is (115,67,75). Sum of RGB (Red+Green+Blue) = 115+67+75=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73434B is #8CBCB4. Grayscale: #525252. Windows color (decimal): -9223349 or 4932467. OLE color: 4932467.
HSL color Cylindrical-coordinate representation of color #73434B: hue angle of 350º degrees, saturation: 0.26, 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 #73434B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 75 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.55 |
| HSL | 350º | 0.26% | 0.36% | - |
| HSV(B) | 350º | 0.42% | 0.45% | - |
| XYZ | 10.35 | 8.17 | 7.69 | - |
| YUV | 82.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 75 | 0 | 0.42 | 0.35 | 0.55 | 350 | 0.26 | 0.36 |
| Hex | 73 | 43 | 4B | 0 | 2A | 23 | 37 | 15E | 1A | 24 |
| Octal | 163 | 103 | 113 | 0 | 52 | 43 | 67 | 536 | 32 | 44 |
| Binary | 1110011 | 1000011 | 1001011 | 0 | 101010 | 100011 | 110111 | 101011110 | 11010 | 100100 |
Color Harmonies of #73434B
Complementary color
Monochromatic Colors of #73434B
Black with #73434B
Text Example
Text Example
White with #73434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73434B; }
p { color: rgb(115,67,75); }
H1.HeaderClassName
{
color: #73434B;
}
.AnyTagClassName
{
color: #73434B;
}
</style>
background-color css
<style>
a { background-color: #73434B; }
a { background-color: rgb(115,67,75); }
div.DivClassName
{
background-color: #73434B;
}
.BgClassName
{
background-color: #73434B;
}
</style>
border-color css
<style>
span { border-color: #73434B; }
span { border-color: rgb(115,67,75); }
td.TdClassName
{
border-color: #73434B;
}
.TagClassName
{
border-color: #73434B;
}
</style>