Shades of Studio #77529B
Tints of Studio #77529B
RGB
CMYK
RGB Variations
Color information
#77529B (or 0x77529B) is known color: Studio. HEX triplet: 77, 52 and 9B. RGB value is (119,82,155). Sum of RGB (Red+Green+Blue) = 119+82+155=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #77529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77529B is #88AD64. Grayscale: #656565. Windows color (decimal): -8957285 or 10179191. OLE color: 10179191.
HSL color Cylindrical-coordinate representation of color #77529B: hue angle of 270.41º 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 #77529B is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 82 | 155 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.39 |
| HSL | 270.41º | 0.31% | 0.46% | - |
| HSV(B) | 270.41º | 0.47% | 0.61% | - |
| XYZ | 16.54 | 12.32 | 32.52 | - |
| YUV | 101.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 155 | 0.23 | 0.47 | 0 | 0.39 | 270.41 | 0.31 | 0.46 |
| Hex | 77 | 52 | 9B | 17 | 2F | 0 | 27 | 10E | 1F | 2E |
| Octal | 167 | 122 | 233 | 27 | 57 | 0 | 47 | 416 | 37 | 56 |
| Binary | 1110111 | 1010010 | 10011011 | 10111 | 101111 | 0 | 100111 | 100001110 | 11111 | 101110 |
Color Harmonies of #77529B
Complementary color
Monochromatic Colors of #77529B
Black with #77529B
Text Example
Text Example
White with #77529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77529B; }
p { color: rgb(119,82,155); }
H1.HeaderClassName
{
color: #77529B;
}
.AnyTagClassName
{
color: #77529B;
}
</style>
background-color css
<style>
a { background-color: #77529B; }
a { background-color: rgb(119,82,155); }
div.DivClassName
{
background-color: #77529B;
}
.BgClassName
{
background-color: #77529B;
}
</style>
border-color css
<style>
span { border-color: #77529B; }
span { border-color: rgb(119,82,155); }
td.TdClassName
{
border-color: #77529B;
}
.TagClassName
{
border-color: #77529B;
}
</style>