Shades of Studio #76519A
Tints of Studio #76519A
RGB
CMYK
RGB Variations
Color information
#76519A (or 0x76519A) is known color: Studio. HEX triplet: 76, 51 and 9A. RGB value is (118,81,154). Sum of RGB (Red+Green+Blue) = 118+81+154=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #76519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76519A is #89AE65. Grayscale: #646464. Windows color (decimal): -9023078 or 10113398. OLE color: 10113398.
HSL color Cylindrical-coordinate representation of color #76519A: hue angle of 270.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76519A is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 81 | 154 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.40 |
| HSL | 270.41º | 0.31% | 0.46% | - |
| HSV(B) | 270.41º | 0.47% | 0.6% | - |
| XYZ | 16.25 | 12.07 | 32.05 | - |
| YUV | 100.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 154 | 0.23 | 0.47 | 0 | 0.40 | 270.41 | 0.31 | 0.46 |
| Hex | 76 | 51 | 9A | 17 | 2F | 0 | 28 | 10E | 1F | 2E |
| Octal | 166 | 121 | 232 | 27 | 57 | 0 | 50 | 416 | 37 | 56 |
| Binary | 1110110 | 1010001 | 10011010 | 10111 | 101111 | 0 | 101000 | 100001110 | 11111 | 101110 |
Color Harmonies of #76519A
Complementary color
Monochromatic Colors of #76519A
Black with #76519A
Text Example
Text Example
White with #76519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76519A; }
p { color: rgb(118,81,154); }
H1.HeaderClassName
{
color: #76519A;
}
.AnyTagClassName
{
color: #76519A;
}
</style>
background-color css
<style>
a { background-color: #76519A; }
a { background-color: rgb(118,81,154); }
div.DivClassName
{
background-color: #76519A;
}
.BgClassName
{
background-color: #76519A;
}
</style>
border-color css
<style>
span { border-color: #76519A; }
span { border-color: rgb(118,81,154); }
td.TdClassName
{
border-color: #76519A;
}
.TagClassName
{
border-color: #76519A;
}
</style>