Shades of Studio #76449F
Tints of Studio #76449F
RGB
CMYK
RGB Variations
Color information
#76449F (or 0x76449F) is known color: Studio. HEX triplet: 76, 44 and 9F. RGB value is (118,68,159). Sum of RGB (Red+Green+Blue) = 118+68+159=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #76449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449F is #89BB60. Grayscale: #5D5D5D. Windows color (decimal): -9026401 or 10437750. OLE color: 10437750.
HSL color Cylindrical-coordinate representation of color #76449F: hue angle of 272.97º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76449F is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 68 | 159 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.38 |
| HSL | 272.97º | 0.4% | 0.45% | - |
| HSV(B) | 272.97º | 0.57% | 0.62% | - |
| XYZ | 15.8 | 10.49 | 33.99 | - |
| YUV | 93.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 159 | 0.26 | 0.57 | 0 | 0.38 | 272.97 | 0.4 | 0.45 |
| Hex | 76 | 44 | 9F | 1A | 39 | 0 | 26 | 111 | 28 | 2D |
| Octal | 166 | 104 | 237 | 32 | 71 | 0 | 46 | 421 | 50 | 55 |
| Binary | 1110110 | 1000100 | 10011111 | 11010 | 111001 | 0 | 100110 | 100010001 | 101000 | 101101 |
Color Harmonies of #76449F
Complementary color
Monochromatic Colors of #76449F
Black with #76449F
Text Example
Text Example
White with #76449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76449F; }
p { color: rgb(118,68,159); }
H1.HeaderClassName
{
color: #76449F;
}
.AnyTagClassName
{
color: #76449F;
}
</style>
background-color css
<style>
a { background-color: #76449F; }
a { background-color: rgb(118,68,159); }
div.DivClassName
{
background-color: #76449F;
}
.BgClassName
{
background-color: #76449F;
}
</style>
border-color css
<style>
span { border-color: #76449F; }
span { border-color: rgb(118,68,159); }
td.TdClassName
{
border-color: #76449F;
}
.TagClassName
{
border-color: #76449F;
}
</style>