Shades of Tosca #764A4B
Tints of Tosca #764A4B
RGB
CMYK
RGB Variations
Color information
#764A4B (or 0x764A4B) is known color: Tosca. HEX triplet: 76, 4A and 4B. RGB value is (118,74,75). Sum of RGB (Red+Green+Blue) = 118+74+75=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A4B is #89B5B4. Grayscale: #575757. Windows color (decimal): -9024949 or 4934262. OLE color: 4934262.
HSL color Cylindrical-coordinate representation of color #764A4B: hue angle of 358.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A4B is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 75 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.54 |
| HSL | 358.64º | 0.23% | 0.38% | - |
| HSV(B) | 358.64º | 0.37% | 0.46% | - |
| XYZ | 11.19 | 9.26 | 7.85 | - |
| YUV | 87.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 75 | 0 | 0.37 | 0.36 | 0.54 | 358.64 | 0.23 | 0.38 |
| Hex | 76 | 4A | 4B | 0 | 25 | 24 | 36 | 167 | 17 | 26 |
| Octal | 166 | 112 | 113 | 0 | 45 | 44 | 66 | 547 | 27 | 46 |
| Binary | 1110110 | 1001010 | 1001011 | 0 | 100101 | 100100 | 110110 | 101100111 | 10111 | 100110 |
Color Harmonies of #764A4B
Complementary color
Monochromatic Colors of #764A4B
Black with #764A4B
Text Example
Text Example
White with #764A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A4B; }
p { color: rgb(118,74,75); }
H1.HeaderClassName
{
color: #764A4B;
}
.AnyTagClassName
{
color: #764A4B;
}
</style>
background-color css
<style>
a { background-color: #764A4B; }
a { background-color: rgb(118,74,75); }
div.DivClassName
{
background-color: #764A4B;
}
.BgClassName
{
background-color: #764A4B;
}
</style>
border-color css
<style>
span { border-color: #764A4B; }
span { border-color: rgb(118,74,75); }
td.TdClassName
{
border-color: #764A4B;
}
.TagClassName
{
border-color: #764A4B;
}
</style>