Shades of Studio #765296
Tints of Studio #765296
RGB
CMYK
RGB Variations
Color information
#765296 (or 0x765296) is known color: Studio. HEX triplet: 76, 52 and 96. RGB value is (118,82,150). Sum of RGB (Red+Green+Blue) = 118+82+150=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #765296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765296 is #89AD69. Grayscale: #646464. Windows color (decimal): -9022826 or 9851510. OLE color: 9851510.
HSL color Cylindrical-coordinate representation of color #765296: hue angle of 271.76º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765296 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 82 | 150 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.41 |
| HSL | 271.76º | 0.29% | 0.45% | - |
| HSV(B) | 271.76º | 0.45% | 0.59% | - |
| XYZ | 15.99 | 12.09 | 30.34 | - |
| YUV | 100.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 150 | 0.21 | 0.45 | 0 | 0.41 | 271.76 | 0.29 | 0.45 |
| Hex | 76 | 52 | 96 | 15 | 2D | 0 | 29 | 110 | 1D | 2D |
| Octal | 166 | 122 | 226 | 25 | 55 | 0 | 51 | 420 | 35 | 55 |
| Binary | 1110110 | 1010010 | 10010110 | 10101 | 101101 | 0 | 101001 | 100010000 | 11101 | 101101 |
Color Harmonies of #765296
Complementary color
Monochromatic Colors of #765296
Black with #765296
Text Example
Text Example
White with #765296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765296; }
p { color: rgb(118,82,150); }
H1.HeaderClassName
{
color: #765296;
}
.AnyTagClassName
{
color: #765296;
}
</style>
background-color css
<style>
a { background-color: #765296; }
a { background-color: rgb(118,82,150); }
div.DivClassName
{
background-color: #765296;
}
.BgClassName
{
background-color: #765296;
}
</style>
border-color css
<style>
span { border-color: #765296; }
span { border-color: rgb(118,82,150); }
td.TdClassName
{
border-color: #765296;
}
.TagClassName
{
border-color: #765296;
}
</style>