Shades of Studio #77409E
Tints of Studio #77409E
RGB
CMYK
RGB Variations
Color information
#77409E (or 0x77409E) is known color: Studio. HEX triplet: 77, 40 and 9E. RGB value is (119,64,158). Sum of RGB (Red+Green+Blue) = 119+64+158=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #77409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77409E is #88BF61. Grayscale: #5A5A5A. Windows color (decimal): -8961890 or 10371191. OLE color: 10371191.
HSL color Cylindrical-coordinate representation of color #77409E: hue angle of 275.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77409E is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 64 | 158 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.38 |
| HSL | 275.11º | 0.42% | 0.44% | - |
| HSV(B) | 275.11º | 0.59% | 0.62% | - |
| XYZ | 15.61 | 10.06 | 33.47 | - |
| YUV | 91.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 158 | 0.25 | 0.59 | 0 | 0.38 | 275.11 | 0.42 | 0.44 |
| Hex | 77 | 40 | 9E | 19 | 3B | 0 | 26 | 113 | 2A | 2C |
| Octal | 167 | 100 | 236 | 31 | 73 | 0 | 46 | 423 | 52 | 54 |
| Binary | 1110111 | 1000000 | 10011110 | 11001 | 111011 | 0 | 100110 | 100010011 | 101010 | 101100 |
Color Harmonies of #77409E
Complementary color
Monochromatic Colors of #77409E
Black with #77409E
Text Example
Text Example
White with #77409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77409E; }
p { color: rgb(119,64,158); }
H1.HeaderClassName
{
color: #77409E;
}
.AnyTagClassName
{
color: #77409E;
}
</style>
background-color css
<style>
a { background-color: #77409E; }
a { background-color: rgb(119,64,158); }
div.DivClassName
{
background-color: #77409E;
}
.BgClassName
{
background-color: #77409E;
}
</style>
border-color css
<style>
span { border-color: #77409E; }
span { border-color: rgb(119,64,158); }
td.TdClassName
{
border-color: #77409E;
}
.TagClassName
{
border-color: #77409E;
}
</style>