Shades of Studio #76489B
Tints of Studio #76489B
RGB
CMYK
RGB Variations
Color information
#76489B (or 0x76489B) is known color: Studio. HEX triplet: 76, 48 and 9B. RGB value is (118,72,155). Sum of RGB (Red+Green+Blue) = 118+72+155=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #76489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76489B is #89B764. Grayscale: #5E5E5E. Windows color (decimal): -9025381 or 10176630. OLE color: 10176630.
HSL color Cylindrical-coordinate representation of color #76489B: hue angle of 273.25º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76489B is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 72 | 155 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.39 |
| HSL | 273.25º | 0.37% | 0.45% | - |
| HSV(B) | 273.25º | 0.54% | 0.61% | - |
| XYZ | 15.7 | 10.85 | 32.28 | - |
| YUV | 95.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 155 | 0.24 | 0.54 | 0 | 0.39 | 273.25 | 0.37 | 0.45 |
| Hex | 76 | 48 | 9B | 18 | 36 | 0 | 27 | 111 | 25 | 2D |
| Octal | 166 | 110 | 233 | 30 | 66 | 0 | 47 | 421 | 45 | 55 |
| Binary | 1110110 | 1001000 | 10011011 | 11000 | 110110 | 0 | 100111 | 100010001 | 100101 | 101101 |
Color Harmonies of #76489B
Complementary color
Monochromatic Colors of #76489B
Black with #76489B
Text Example
Text Example
White with #76489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76489B; }
p { color: rgb(118,72,155); }
H1.HeaderClassName
{
color: #76489B;
}
.AnyTagClassName
{
color: #76489B;
}
</style>
background-color css
<style>
a { background-color: #76489B; }
a { background-color: rgb(118,72,155); }
div.DivClassName
{
background-color: #76489B;
}
.BgClassName
{
background-color: #76489B;
}
</style>
border-color css
<style>
span { border-color: #76489B; }
span { border-color: rgb(118,72,155); }
td.TdClassName
{
border-color: #76489B;
}
.TagClassName
{
border-color: #76489B;
}
</style>