Shades of Studio #765195
Tints of Studio #765195
RGB
CMYK
RGB Variations
Color information
#765195 (or 0x765195) is known color: Studio. HEX triplet: 76, 51 and 95. RGB value is (118,81,149). Sum of RGB (Red+Green+Blue) = 118+81+149=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #765195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765195 is #89AE6A. Grayscale: #636363. Windows color (decimal): -9023083 or 9785718. OLE color: 9785718.
HSL color Cylindrical-coordinate representation of color #765195: hue angle of 272.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765195 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 81 | 149 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.42 |
| HSL | 272.65º | 0.3% | 0.45% | - |
| HSV(B) | 272.65º | 0.46% | 0.58% | - |
| XYZ | 15.84 | 11.91 | 29.9 | - |
| YUV | 99.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 149 | 0.21 | 0.46 | 0 | 0.42 | 272.65 | 0.3 | 0.45 |
| Hex | 76 | 51 | 95 | 15 | 2E | 0 | 2A | 111 | 1E | 2D |
| Octal | 166 | 121 | 225 | 25 | 56 | 0 | 52 | 421 | 36 | 55 |
| Binary | 1110110 | 1010001 | 10010101 | 10101 | 101110 | 0 | 101010 | 100010001 | 11110 | 101101 |
Color Harmonies of #765195
Complementary color
Monochromatic Colors of #765195
Black with #765195
Text Example
Text Example
White with #765195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765195; }
p { color: rgb(118,81,149); }
H1.HeaderClassName
{
color: #765195;
}
.AnyTagClassName
{
color: #765195;
}
</style>
background-color css
<style>
a { background-color: #765195; }
a { background-color: rgb(118,81,149); }
div.DivClassName
{
background-color: #765195;
}
.BgClassName
{
background-color: #765195;
}
</style>
border-color css
<style>
span { border-color: #765195; }
span { border-color: rgb(118,81,149); }
td.TdClassName
{
border-color: #765195;
}
.TagClassName
{
border-color: #765195;
}
</style>