Shades of Studio #765696
Tints of Studio #765696
RGB
CMYK
RGB Variations
Color information
#765696 (or 0x765696) is known color: Studio. HEX triplet: 76, 56 and 96. RGB value is (118,86,150). Sum of RGB (Red+Green+Blue) = 118+86+150=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #765696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765696 is #89A969. Grayscale: #666666. Windows color (decimal): -9021802 or 9852534. OLE color: 9852534.
HSL color Cylindrical-coordinate representation of color #765696: hue angle of 270º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765696 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 86 | 150 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.41 |
| HSL | 270º | 0.27% | 0.46% | - |
| HSV(B) | 270º | 0.43% | 0.59% | - |
| XYZ | 16.3 | 12.71 | 30.45 | - |
| YUV | 102.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 150 | 0.21 | 0.43 | 0 | 0.41 | 270 | 0.27 | 0.46 |
| Hex | 76 | 56 | 96 | 15 | 2B | 0 | 29 | 10E | 1B | 2E |
| Octal | 166 | 126 | 226 | 25 | 53 | 0 | 51 | 416 | 33 | 56 |
| Binary | 1110110 | 1010110 | 10010110 | 10101 | 101011 | 0 | 101001 | 100001110 | 11011 | 101110 |
Color Harmonies of #765696
Complementary color
Monochromatic Colors of #765696
Black with #765696
Text Example
Text Example
White with #765696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765696; }
p { color: rgb(118,86,150); }
H1.HeaderClassName
{
color: #765696;
}
.AnyTagClassName
{
color: #765696;
}
</style>
background-color css
<style>
a { background-color: #765696; }
a { background-color: rgb(118,86,150); }
div.DivClassName
{
background-color: #765696;
}
.BgClassName
{
background-color: #765696;
}
</style>
border-color css
<style>
span { border-color: #765696; }
span { border-color: rgb(118,86,150); }
td.TdClassName
{
border-color: #765696;
}
.TagClassName
{
border-color: #765696;
}
</style>