Shades of Studio #77439C
Tints of Studio #77439C
RGB
CMYK
RGB Variations
Color information
#77439C (or 0x77439C) is known color: Studio. HEX triplet: 77, 43 and 9C. RGB value is (119,67,156). Sum of RGB (Red+Green+Blue) = 119+67+156=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #77439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77439C is #88BC63. Grayscale: #5C5C5C. Windows color (decimal): -8961124 or 10240887. OLE color: 10240887.
HSL color Cylindrical-coordinate representation of color #77439C: hue angle of 275.06º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77439C is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 67 | 156 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.39 |
| HSL | 275.06º | 0.4% | 0.44% | - |
| HSV(B) | 275.06º | 0.57% | 0.61% | - |
| XYZ | 15.62 | 10.34 | 32.62 | - |
| YUV | 92.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 156 | 0.24 | 0.57 | 0 | 0.39 | 275.06 | 0.4 | 0.44 |
| Hex | 77 | 43 | 9C | 18 | 39 | 0 | 27 | 113 | 28 | 2C |
| Octal | 167 | 103 | 234 | 30 | 71 | 0 | 47 | 423 | 50 | 54 |
| Binary | 1110111 | 1000011 | 10011100 | 11000 | 111001 | 0 | 100111 | 100010011 | 101000 | 101100 |
Color Harmonies of #77439C
Complementary color
Monochromatic Colors of #77439C
Black with #77439C
Text Example
Text Example
White with #77439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77439C; }
p { color: rgb(119,67,156); }
H1.HeaderClassName
{
color: #77439C;
}
.AnyTagClassName
{
color: #77439C;
}
</style>
background-color css
<style>
a { background-color: #77439C; }
a { background-color: rgb(119,67,156); }
div.DivClassName
{
background-color: #77439C;
}
.BgClassName
{
background-color: #77439C;
}
</style>
border-color css
<style>
span { border-color: #77439C; }
span { border-color: rgb(119,67,156); }
td.TdClassName
{
border-color: #77439C;
}
.TagClassName
{
border-color: #77439C;
}
</style>