Shades of Studio #76529B
Tints of Studio #76529B
RGB
CMYK
RGB Variations
Color information
#76529B (or 0x76529B) is known color: Studio. HEX triplet: 76, 52 and 9B. RGB value is (118,82,155). Sum of RGB (Red+Green+Blue) = 118+82+155=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #76529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76529B is #89AD64. Grayscale: #646464. Windows color (decimal): -9022821 or 10179190. OLE color: 10179190.
HSL color Cylindrical-coordinate representation of color #76529B: hue angle of 269.59º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76529B is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 82 | 155 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.39 |
| HSL | 269.59º | 0.31% | 0.46% | - |
| HSV(B) | 269.59º | 0.47% | 0.61% | - |
| XYZ | 16.4 | 12.25 | 32.51 | - |
| YUV | 101.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 155 | 0.24 | 0.47 | 0 | 0.39 | 269.59 | 0.31 | 0.46 |
| Hex | 76 | 52 | 9B | 18 | 2F | 0 | 27 | 10E | 1F | 2E |
| Octal | 166 | 122 | 233 | 30 | 57 | 0 | 47 | 416 | 37 | 56 |
| Binary | 1110110 | 1010010 | 10011011 | 11000 | 101111 | 0 | 100111 | 100001110 | 11111 | 101110 |
Color Harmonies of #76529B
Complementary color
Monochromatic Colors of #76529B
Black with #76529B
Text Example
Text Example
White with #76529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76529B; }
p { color: rgb(118,82,155); }
H1.HeaderClassName
{
color: #76529B;
}
.AnyTagClassName
{
color: #76529B;
}
</style>
background-color css
<style>
a { background-color: #76529B; }
a { background-color: rgb(118,82,155); }
div.DivClassName
{
background-color: #76529B;
}
.BgClassName
{
background-color: #76529B;
}
</style>
border-color css
<style>
span { border-color: #76529B; }
span { border-color: rgb(118,82,155); }
td.TdClassName
{
border-color: #76529B;
}
.TagClassName
{
border-color: #76529B;
}
</style>