Shades of Studio #77469C
Tints of Studio #77469C
RGB
CMYK
RGB Variations
Color information
#77469C (or 0x77469C) is known color: Studio. HEX triplet: 77, 46 and 9C. RGB value is (119,70,156). Sum of RGB (Red+Green+Blue) = 119+70+156=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #77469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77469C is #88B963. Grayscale: #5E5E5E. Windows color (decimal): -8960356 or 10241655. OLE color: 10241655.
HSL color Cylindrical-coordinate representation of color #77469C: hue angle of 274.19º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77469C is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 70 | 156 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.39 |
| HSL | 274.19º | 0.38% | 0.44% | - |
| HSV(B) | 274.19º | 0.55% | 0.61% | - |
| XYZ | 15.8 | 10.7 | 32.69 | - |
| YUV | 94.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 156 | 0.24 | 0.55 | 0 | 0.39 | 274.19 | 0.38 | 0.44 |
| Hex | 77 | 46 | 9C | 18 | 37 | 0 | 27 | 112 | 26 | 2C |
| Octal | 167 | 106 | 234 | 30 | 67 | 0 | 47 | 422 | 46 | 54 |
| Binary | 1110111 | 1000110 | 10011100 | 11000 | 110111 | 0 | 100111 | 100010010 | 100110 | 101100 |
Color Harmonies of #77469C
Complementary color
Monochromatic Colors of #77469C
Black with #77469C
Text Example
Text Example
White with #77469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77469C; }
p { color: rgb(119,70,156); }
H1.HeaderClassName
{
color: #77469C;
}
.AnyTagClassName
{
color: #77469C;
}
</style>
background-color css
<style>
a { background-color: #77469C; }
a { background-color: rgb(119,70,156); }
div.DivClassName
{
background-color: #77469C;
}
.BgClassName
{
background-color: #77469C;
}
</style>
border-color css
<style>
span { border-color: #77469C; }
span { border-color: rgb(119,70,156); }
td.TdClassName
{
border-color: #77469C;
}
.TagClassName
{
border-color: #77469C;
}
</style>