Shades of Studio #77409A
Tints of Studio #77409A
RGB
CMYK
RGB Variations
Color information
#77409A (or 0x77409A) is known color: Studio. HEX triplet: 77, 40 and 9A. RGB value is (119,64,154). Sum of RGB (Red+Green+Blue) = 119+64+154=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #77409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77409A is #88BF65. Grayscale: #5A5A5A. Windows color (decimal): -8961894 or 10109047. OLE color: 10109047.
HSL color Cylindrical-coordinate representation of color #77409A: hue angle of 276.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77409A is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 64 | 154 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.40 |
| HSL | 276.67º | 0.41% | 0.43% | - |
| HSV(B) | 276.67º | 0.58% | 0.6% | - |
| XYZ | 15.27 | 9.92 | 31.68 | - |
| YUV | 90.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 154 | 0.23 | 0.58 | 0 | 0.40 | 276.67 | 0.41 | 0.43 |
| Hex | 77 | 40 | 9A | 17 | 3A | 0 | 28 | 115 | 29 | 2B |
| Octal | 167 | 100 | 232 | 27 | 72 | 0 | 50 | 425 | 51 | 53 |
| Binary | 1110111 | 1000000 | 10011010 | 10111 | 111010 | 0 | 101000 | 100010101 | 101001 | 101011 |
Color Harmonies of #77409A
Complementary color
Monochromatic Colors of #77409A
Black with #77409A
Text Example
Text Example
White with #77409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77409A; }
p { color: rgb(119,64,154); }
H1.HeaderClassName
{
color: #77409A;
}
.AnyTagClassName
{
color: #77409A;
}
</style>
background-color css
<style>
a { background-color: #77409A; }
a { background-color: rgb(119,64,154); }
div.DivClassName
{
background-color: #77409A;
}
.BgClassName
{
background-color: #77409A;
}
</style>
border-color css
<style>
span { border-color: #77409A; }
span { border-color: rgb(119,64,154); }
td.TdClassName
{
border-color: #77409A;
}
.TagClassName
{
border-color: #77409A;
}
</style>