Shades of Studio #745696
Tints of Studio #745696
RGB
CMYK
RGB Variations
Color information
#745696 (or 0x745696) is known color: Studio. HEX triplet: 74, 56 and 96. RGB value is (116,86,150). Sum of RGB (Red+Green+Blue) = 116+86+150=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #745696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745696 is #8BA969. Grayscale: #666666. Windows color (decimal): -9152874 or 9852532. OLE color: 9852532.
HSL color Cylindrical-coordinate representation of color #745696: hue angle of 268.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745696 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 86 | 150 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.41 |
| HSL | 268.13º | 0.27% | 0.46% | - |
| HSV(B) | 268.13º | 0.43% | 0.59% | - |
| XYZ | 16.04 | 12.57 | 30.44 | - |
| YUV | 102.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 150 | 0.23 | 0.43 | 0 | 0.41 | 268.13 | 0.27 | 0.46 |
| Hex | 74 | 56 | 96 | 17 | 2B | 0 | 29 | 10C | 1B | 2E |
| Octal | 164 | 126 | 226 | 27 | 53 | 0 | 51 | 414 | 33 | 56 |
| Binary | 1110100 | 1010110 | 10010110 | 10111 | 101011 | 0 | 101001 | 100001100 | 11011 | 101110 |
Color Harmonies of #745696
Complementary color
Monochromatic Colors of #745696
Black with #745696
Text Example
Text Example
White with #745696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745696; }
p { color: rgb(116,86,150); }
H1.HeaderClassName
{
color: #745696;
}
.AnyTagClassName
{
color: #745696;
}
</style>
background-color css
<style>
a { background-color: #745696; }
a { background-color: rgb(116,86,150); }
div.DivClassName
{
background-color: #745696;
}
.BgClassName
{
background-color: #745696;
}
</style>
border-color css
<style>
span { border-color: #745696; }
span { border-color: rgb(116,86,150); }
td.TdClassName
{
border-color: #745696;
}
.TagClassName
{
border-color: #745696;
}
</style>