Shades of Studio #77439D
Tints of Studio #77439D
RGB
CMYK
RGB Variations
Color information
#77439D (or 0x77439D) is known color: Studio. HEX triplet: 77, 43 and 9D. RGB value is (119,67,157). Sum of RGB (Red+Green+Blue) = 119+67+157=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #77439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77439D is #88BC62. Grayscale: #5C5C5C. Windows color (decimal): -8961123 or 10306423. OLE color: 10306423.
HSL color Cylindrical-coordinate representation of color #77439D: hue angle of 274.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77439D is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 67 | 157 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.38 |
| HSL | 274.67º | 0.4% | 0.44% | - |
| HSV(B) | 274.67º | 0.57% | 0.62% | - |
| XYZ | 15.7 | 10.37 | 33.07 | - |
| YUV | 92.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 157 | 0.24 | 0.57 | 0 | 0.38 | 274.67 | 0.4 | 0.44 |
| Hex | 77 | 43 | 9D | 18 | 39 | 0 | 26 | 113 | 28 | 2C |
| Octal | 167 | 103 | 235 | 30 | 71 | 0 | 46 | 423 | 50 | 54 |
| Binary | 1110111 | 1000011 | 10011101 | 11000 | 111001 | 0 | 100110 | 100010011 | 101000 | 101100 |
Color Harmonies of #77439D
Complementary color
Monochromatic Colors of #77439D
Black with #77439D
Text Example
Text Example
White with #77439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77439D; }
p { color: rgb(119,67,157); }
H1.HeaderClassName
{
color: #77439D;
}
.AnyTagClassName
{
color: #77439D;
}
</style>
background-color css
<style>
a { background-color: #77439D; }
a { background-color: rgb(119,67,157); }
div.DivClassName
{
background-color: #77439D;
}
.BgClassName
{
background-color: #77439D;
}
</style>
border-color css
<style>
span { border-color: #77439D; }
span { border-color: rgb(119,67,157); }
td.TdClassName
{
border-color: #77439D;
}
.TagClassName
{
border-color: #77439D;
}
</style>