Shades of Studio #77409F
Tints of Studio #77409F
RGB
CMYK
RGB Variations
Color information
#77409F (or 0x77409F) is known color: Studio. HEX triplet: 77, 40 and 9F. RGB value is (119,64,159). Sum of RGB (Red+Green+Blue) = 119+64+159=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #77409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77409F is #88BF60. Grayscale: #5A5A5A. Windows color (decimal): -8961889 or 10436727. OLE color: 10436727.
HSL color Cylindrical-coordinate representation of color #77409F: hue angle of 274.74º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77409F is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 64 | 159 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.38 |
| HSL | 274.74º | 0.43% | 0.44% | - |
| HSV(B) | 274.74º | 0.6% | 0.62% | - |
| XYZ | 15.7 | 10.09 | 33.92 | - |
| YUV | 91.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 159 | 0.25 | 0.60 | 0 | 0.38 | 274.74 | 0.43 | 0.44 |
| Hex | 77 | 40 | 9F | 19 | 3C | 0 | 26 | 113 | 2B | 2C |
| Octal | 167 | 100 | 237 | 31 | 74 | 0 | 46 | 423 | 53 | 54 |
| Binary | 1110111 | 1000000 | 10011111 | 11001 | 111100 | 0 | 100110 | 100010011 | 101011 | 101100 |
Color Harmonies of #77409F
Complementary color
Monochromatic Colors of #77409F
Black with #77409F
Text Example
Text Example
White with #77409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77409F; }
p { color: rgb(119,64,159); }
H1.HeaderClassName
{
color: #77409F;
}
.AnyTagClassName
{
color: #77409F;
}
</style>
background-color css
<style>
a { background-color: #77409F; }
a { background-color: rgb(119,64,159); }
div.DivClassName
{
background-color: #77409F;
}
.BgClassName
{
background-color: #77409F;
}
</style>
border-color css
<style>
span { border-color: #77409F; }
span { border-color: rgb(119,64,159); }
td.TdClassName
{
border-color: #77409F;
}
.TagClassName
{
border-color: #77409F;
}
</style>