Shades of Studio #765396
Tints of Studio #765396
RGB
CMYK
RGB Variations
Color information
#765396 (or 0x765396) is known color: Studio. HEX triplet: 76, 53 and 96. RGB value is (118,83,150). Sum of RGB (Red+Green+Blue) = 118+83+150=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #765396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765396 is #89AC69. Grayscale: #646464. Windows color (decimal): -9022570 or 9851766. OLE color: 9851766.
HSL color Cylindrical-coordinate representation of color #765396: hue angle of 271.34º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765396 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 83 | 150 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.41 |
| HSL | 271.34º | 0.29% | 0.46% | - |
| HSV(B) | 271.34º | 0.45% | 0.59% | - |
| XYZ | 16.07 | 12.24 | 30.37 | - |
| YUV | 101.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 150 | 0.21 | 0.45 | 0 | 0.41 | 271.34 | 0.29 | 0.46 |
| Hex | 76 | 53 | 96 | 15 | 2D | 0 | 29 | 10F | 1D | 2E |
| Octal | 166 | 123 | 226 | 25 | 55 | 0 | 51 | 417 | 35 | 56 |
| Binary | 1110110 | 1010011 | 10010110 | 10101 | 101101 | 0 | 101001 | 100001111 | 11101 | 101110 |
Color Harmonies of #765396
Complementary color
Monochromatic Colors of #765396
Black with #765396
Text Example
Text Example
White with #765396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765396; }
p { color: rgb(118,83,150); }
H1.HeaderClassName
{
color: #765396;
}
.AnyTagClassName
{
color: #765396;
}
</style>
background-color css
<style>
a { background-color: #765396; }
a { background-color: rgb(118,83,150); }
div.DivClassName
{
background-color: #765396;
}
.BgClassName
{
background-color: #765396;
}
</style>
border-color css
<style>
span { border-color: #765396; }
span { border-color: rgb(118,83,150); }
td.TdClassName
{
border-color: #765396;
}
.TagClassName
{
border-color: #765396;
}
</style>