Shades of Studio #76529F
Tints of Studio #76529F
RGB
CMYK
RGB Variations
Color information
#76529F (or 0x76529F) is known color: Studio. HEX triplet: 76, 52 and 9F. RGB value is (118,82,159). Sum of RGB (Red+Green+Blue) = 118+82+159=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #76529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76529F is #89AD60. Grayscale: #656565. Windows color (decimal): -9022817 or 10441334. OLE color: 10441334.
HSL color Cylindrical-coordinate representation of color #76529F: hue angle of 268.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76529F is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 82 | 159 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.38 |
| HSL | 268.05º | 0.32% | 0.47% | - |
| HSV(B) | 268.05º | 0.48% | 0.62% | - |
| XYZ | 16.75 | 12.39 | 34.31 | - |
| YUV | 101.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 159 | 0.26 | 0.48 | 0 | 0.38 | 268.05 | 0.32 | 0.47 |
| Hex | 76 | 52 | 9F | 1A | 30 | 0 | 26 | 10C | 20 | 2F |
| Octal | 166 | 122 | 237 | 32 | 60 | 0 | 46 | 414 | 40 | 57 |
| Binary | 1110110 | 1010010 | 10011111 | 11010 | 110000 | 0 | 100110 | 100001100 | 100000 | 101111 |
Color Harmonies of #76529F
Complementary color
Monochromatic Colors of #76529F
Black with #76529F
Text Example
Text Example
White with #76529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76529F; }
p { color: rgb(118,82,159); }
H1.HeaderClassName
{
color: #76529F;
}
.AnyTagClassName
{
color: #76529F;
}
</style>
background-color css
<style>
a { background-color: #76529F; }
a { background-color: rgb(118,82,159); }
div.DivClassName
{
background-color: #76529F;
}
.BgClassName
{
background-color: #76529F;
}
</style>
border-color css
<style>
span { border-color: #76529F; }
span { border-color: rgb(118,82,159); }
td.TdClassName
{
border-color: #76529F;
}
.TagClassName
{
border-color: #76529F;
}
</style>