Shades of Tosca #74454D
Tints of Tosca #74454D
RGB
CMYK
RGB Variations
Color information
#74454D (or 0x74454D) is known color: Tosca. HEX triplet: 74, 45 and 4D. RGB value is (116,69,77). Sum of RGB (Red+Green+Blue) = 116+69+77=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74454D is #8BBAB2. Grayscale: #535353. Windows color (decimal): -9157299 or 5064052. OLE color: 5064052.
HSL color Cylindrical-coordinate representation of color #74454D: hue angle of 349.79º degrees, saturation: 0.25, 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 #74454D is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 69 | 77 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.55 |
| HSL | 349.79º | 0.25% | 0.36% | - |
| HSV(B) | 349.79º | 0.41% | 0.45% | - |
| XYZ | 10.67 | 8.51 | 8.1 | - |
| YUV | 83.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 77 | 0 | 0.41 | 0.34 | 0.55 | 349.79 | 0.25 | 0.36 |
| Hex | 74 | 45 | 4D | 0 | 29 | 22 | 37 | 15E | 19 | 24 |
| Octal | 164 | 105 | 115 | 0 | 51 | 42 | 67 | 536 | 31 | 44 |
| Binary | 1110100 | 1000101 | 1001101 | 0 | 101001 | 100010 | 110111 | 101011110 | 11001 | 100100 |
Color Harmonies of #74454D
Complementary color
Monochromatic Colors of #74454D
Black with #74454D
Text Example
Text Example
White with #74454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74454D; }
p { color: rgb(116,69,77); }
H1.HeaderClassName
{
color: #74454D;
}
.AnyTagClassName
{
color: #74454D;
}
</style>
background-color css
<style>
a { background-color: #74454D; }
a { background-color: rgb(116,69,77); }
div.DivClassName
{
background-color: #74454D;
}
.BgClassName
{
background-color: #74454D;
}
</style>
border-color css
<style>
span { border-color: #74454D; }
span { border-color: rgb(116,69,77); }
td.TdClassName
{
border-color: #74454D;
}
.TagClassName
{
border-color: #74454D;
}
</style>