Shades of Studio #77409D
Tints of Studio #77409D
RGB
CMYK
RGB Variations
Color information
#77409D (or 0x77409D) is known color: Studio. HEX triplet: 77, 40 and 9D. RGB value is (119,64,157). Sum of RGB (Red+Green+Blue) = 119+64+157=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #77409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77409D is #88BF62. Grayscale: #5A5A5A. Windows color (decimal): -8961891 or 10305655. OLE color: 10305655.
HSL color Cylindrical-coordinate representation of color #77409D: hue angle of 275.48º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77409D is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 64 | 157 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.38 |
| HSL | 275.48º | 0.42% | 0.43% | - |
| HSV(B) | 275.48º | 0.59% | 0.62% | - |
| XYZ | 15.53 | 10.02 | 33.01 | - |
| YUV | 91.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 157 | 0.24 | 0.59 | 0 | 0.38 | 275.48 | 0.42 | 0.43 |
| Hex | 77 | 40 | 9D | 18 | 3B | 0 | 26 | 113 | 2A | 2B |
| Octal | 167 | 100 | 235 | 30 | 73 | 0 | 46 | 423 | 52 | 53 |
| Binary | 1110111 | 1000000 | 10011101 | 11000 | 111011 | 0 | 100110 | 100010011 | 101010 | 101011 |
Color Harmonies of #77409D
Complementary color
Monochromatic Colors of #77409D
Black with #77409D
Text Example
Text Example
White with #77409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77409D; }
p { color: rgb(119,64,157); }
H1.HeaderClassName
{
color: #77409D;
}
.AnyTagClassName
{
color: #77409D;
}
</style>
background-color css
<style>
a { background-color: #77409D; }
a { background-color: rgb(119,64,157); }
div.DivClassName
{
background-color: #77409D;
}
.BgClassName
{
background-color: #77409D;
}
</style>
border-color css
<style>
span { border-color: #77409D; }
span { border-color: rgb(119,64,157); }
td.TdClassName
{
border-color: #77409D;
}
.TagClassName
{
border-color: #77409D;
}
</style>