Shades of Studio #7751B6
Tints of Studio #7751B6
RGB
CMYK
RGB Variations
Color information
#7751B6 (or 0x7751B6) is known color: Studio. HEX triplet: 77, 51 and B6. RGB value is (119,81,182). Sum of RGB (Red+Green+Blue) = 119+81+182=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #7751B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751B6 is #88AE49. Grayscale: #676767. Windows color (decimal): -8957514 or 11948407. OLE color: 11948407.
HSL color Cylindrical-coordinate representation of color #7751B6: hue angle of 262.57º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7751B6 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 81 | 182 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.29 |
| HSL | 262.57º | 0.41% | 0.52% | - |
| HSV(B) | 262.57º | 0.55% | 0.71% | - |
| XYZ | 18.99 | 13.18 | 45.8 | - |
| YUV | 103.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 182 | 0.35 | 0.55 | 0 | 0.29 | 262.57 | 0.41 | 0.52 |
| Hex | 77 | 51 | B6 | 23 | 37 | 0 | 1D | 107 | 29 | 34 |
| Octal | 167 | 121 | 266 | 43 | 67 | 0 | 35 | 407 | 51 | 64 |
| Binary | 1110111 | 1010001 | 10110110 | 100011 | 110111 | 0 | 11101 | 100000111 | 101001 | 110100 |
Color Harmonies of #7751B6
Complementary color
Monochromatic Colors of #7751B6
Black with #7751B6
Text Example
Text Example
White with #7751B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7751B6; }
p { color: rgb(119,81,182); }
H1.HeaderClassName
{
color: #7751B6;
}
.AnyTagClassName
{
color: #7751B6;
}
</style>
background-color css
<style>
a { background-color: #7751B6; }
a { background-color: rgb(119,81,182); }
div.DivClassName
{
background-color: #7751B6;
}
.BgClassName
{
background-color: #7751B6;
}
</style>
border-color css
<style>
span { border-color: #7751B6; }
span { border-color: rgb(119,81,182); }
td.TdClassName
{
border-color: #7751B6;
}
.TagClassName
{
border-color: #7751B6;
}
</style>