Shades of Studio #765795
Tints of Studio #765795
RGB
CMYK
RGB Variations
Color information
#765795 (or 0x765795) is known color: Studio. HEX triplet: 76, 57 and 95. RGB value is (118,87,149). Sum of RGB (Red+Green+Blue) = 118+87+149=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #765795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765795 is #89A86A. Grayscale: #676767. Windows color (decimal): -9021547 or 9787254. OLE color: 9787254.
HSL color Cylindrical-coordinate representation of color #765795: hue angle of 270º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765795 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 87 | 149 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.42 |
| HSL | 270º | 0.26% | 0.46% | - |
| HSV(B) | 270º | 0.42% | 0.58% | - |
| XYZ | 16.3 | 12.84 | 30.05 | - |
| YUV | 103.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 149 | 0.21 | 0.42 | 0 | 0.42 | 270 | 0.26 | 0.46 |
| Hex | 76 | 57 | 95 | 15 | 2A | 0 | 2A | 10E | 1A | 2E |
| Octal | 166 | 127 | 225 | 25 | 52 | 0 | 52 | 416 | 32 | 56 |
| Binary | 1110110 | 1010111 | 10010101 | 10101 | 101010 | 0 | 101010 | 100001110 | 11010 | 101110 |
Color Harmonies of #765795
Complementary color
Monochromatic Colors of #765795
Black with #765795
Text Example
Text Example
White with #765795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765795; }
p { color: rgb(118,87,149); }
H1.HeaderClassName
{
color: #765795;
}
.AnyTagClassName
{
color: #765795;
}
</style>
background-color css
<style>
a { background-color: #765795; }
a { background-color: rgb(118,87,149); }
div.DivClassName
{
background-color: #765795;
}
.BgClassName
{
background-color: #765795;
}
</style>
border-color css
<style>
span { border-color: #765795; }
span { border-color: rgb(118,87,149); }
td.TdClassName
{
border-color: #765795;
}
.TagClassName
{
border-color: #765795;
}
</style>