Shades of Studio #76499D
Tints of Studio #76499D
RGB
CMYK
RGB Variations
Color information
#76499D (or 0x76499D) is known color: Studio. HEX triplet: 76, 49 and 9D. RGB value is (118,73,157). Sum of RGB (Red+Green+Blue) = 118+73+157=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #76499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76499D is #89B662. Grayscale: #5F5F5F. Windows color (decimal): -9025123 or 10307958. OLE color: 10307958.
HSL color Cylindrical-coordinate representation of color #76499D: hue angle of 272.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76499D is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 73 | 157 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.38 |
| HSL | 272.14º | 0.37% | 0.45% | - |
| HSV(B) | 272.14º | 0.54% | 0.62% | - |
| XYZ | 15.94 | 11.05 | 33.19 | - |
| YUV | 96.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 157 | 0.25 | 0.54 | 0 | 0.38 | 272.14 | 0.37 | 0.45 |
| Hex | 76 | 49 | 9D | 19 | 36 | 0 | 26 | 110 | 25 | 2D |
| Octal | 166 | 111 | 235 | 31 | 66 | 0 | 46 | 420 | 45 | 55 |
| Binary | 1110110 | 1001001 | 10011101 | 11001 | 110110 | 0 | 100110 | 100010000 | 100101 | 101101 |
Color Harmonies of #76499D
Complementary color
Monochromatic Colors of #76499D
Black with #76499D
Text Example
Text Example
White with #76499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76499D; }
p { color: rgb(118,73,157); }
H1.HeaderClassName
{
color: #76499D;
}
.AnyTagClassName
{
color: #76499D;
}
</style>
background-color css
<style>
a { background-color: #76499D; }
a { background-color: rgb(118,73,157); }
div.DivClassName
{
background-color: #76499D;
}
.BgClassName
{
background-color: #76499D;
}
</style>
border-color css
<style>
span { border-color: #76499D; }
span { border-color: rgb(118,73,157); }
td.TdClassName
{
border-color: #76499D;
}
.TagClassName
{
border-color: #76499D;
}
</style>