Shades of Tosca #77454A
Tints of Tosca #77454A
RGB
CMYK
RGB Variations
Color information
#77454A (or 0x77454A) is known color: Tosca. HEX triplet: 77, 45 and 4A. RGB value is (119,69,74). Sum of RGB (Red+Green+Blue) = 119+69+74=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77454A is #88BAB5. Grayscale: #545454. Windows color (decimal): -8960694 or 4867447. OLE color: 4867447.
HSL color Cylindrical-coordinate representation of color #77454A: hue angle of 354º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77454A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 69 | 74 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.53 |
| HSL | 354º | 0.27% | 0.37% | - |
| HSV(B) | 354º | 0.42% | 0.47% | - |
| XYZ | 10.97 | 8.67 | 7.57 | - |
| YUV | 84.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 74 | 0 | 0.42 | 0.38 | 0.53 | 354 | 0.27 | 0.37 |
| Hex | 77 | 45 | 4A | 0 | 2A | 26 | 35 | 162 | 1B | 25 |
| Octal | 167 | 105 | 112 | 0 | 52 | 46 | 65 | 542 | 33 | 45 |
| Binary | 1110111 | 1000101 | 1001010 | 0 | 101010 | 100110 | 110101 | 101100010 | 11011 | 100101 |
Color Harmonies of #77454A
Complementary color
Monochromatic Colors of #77454A
Black with #77454A
Text Example
Text Example
White with #77454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77454A; }
p { color: rgb(119,69,74); }
H1.HeaderClassName
{
color: #77454A;
}
.AnyTagClassName
{
color: #77454A;
}
</style>
background-color css
<style>
a { background-color: #77454A; }
a { background-color: rgb(119,69,74); }
div.DivClassName
{
background-color: #77454A;
}
.BgClassName
{
background-color: #77454A;
}
</style>
border-color css
<style>
span { border-color: #77454A; }
span { border-color: rgb(119,69,74); }
td.TdClassName
{
border-color: #77454A;
}
.TagClassName
{
border-color: #77454A;
}
</style>