Shades of Studio #77489D
Tints of Studio #77489D
RGB
CMYK
RGB Variations
Color information
#77489D (or 0x77489D) is known color: Studio. HEX triplet: 77, 48 and 9D. RGB value is (119,72,157). Sum of RGB (Red+Green+Blue) = 119+72+157=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #77489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77489D is #88B762. Grayscale: #5F5F5F. Windows color (decimal): -8959843 or 10307703. OLE color: 10307703.
HSL color Cylindrical-coordinate representation of color #77489D: hue angle of 273.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77489D is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 72 | 157 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.38 |
| HSL | 273.18º | 0.37% | 0.45% | - |
| HSV(B) | 273.18º | 0.54% | 0.62% | - |
| XYZ | 16.01 | 10.99 | 33.18 | - |
| YUV | 95.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 157 | 0.24 | 0.54 | 0 | 0.38 | 273.18 | 0.37 | 0.45 |
| Hex | 77 | 48 | 9D | 18 | 36 | 0 | 26 | 111 | 25 | 2D |
| Octal | 167 | 110 | 235 | 30 | 66 | 0 | 46 | 421 | 45 | 55 |
| Binary | 1110111 | 1001000 | 10011101 | 11000 | 110110 | 0 | 100110 | 100010001 | 100101 | 101101 |
Color Harmonies of #77489D
Complementary color
Monochromatic Colors of #77489D
Black with #77489D
Text Example
Text Example
White with #77489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77489D; }
p { color: rgb(119,72,157); }
H1.HeaderClassName
{
color: #77489D;
}
.AnyTagClassName
{
color: #77489D;
}
</style>
background-color css
<style>
a { background-color: #77489D; }
a { background-color: rgb(119,72,157); }
div.DivClassName
{
background-color: #77489D;
}
.BgClassName
{
background-color: #77489D;
}
</style>
border-color css
<style>
span { border-color: #77489D; }
span { border-color: rgb(119,72,157); }
td.TdClassName
{
border-color: #77489D;
}
.TagClassName
{
border-color: #77489D;
}
</style>