Shades of Studio #7746B7
Tints of Studio #7746B7
RGB
CMYK
RGB Variations
Color information
#7746B7 (or 0x7746B7) is known color: Studio. HEX triplet: 77, 46 and B7. RGB value is (119,70,183). Sum of RGB (Red+Green+Blue) = 119+70+183=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #7746B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746B7 is #88B948. Grayscale: #616161. Windows color (decimal): -8960329 or 12011127. OLE color: 12011127.
HSL color Cylindrical-coordinate representation of color #7746B7: hue angle of 266.02º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7746B7 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 70 | 183 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.28 |
| HSL | 266.02º | 0.45% | 0.5% | - |
| HSV(B) | 266.02º | 0.62% | 0.72% | - |
| XYZ | 18.35 | 11.72 | 46.1 | - |
| YUV | 97.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 183 | 0.35 | 0.62 | 0 | 0.28 | 266.02 | 0.45 | 0.5 |
| Hex | 77 | 46 | B7 | 23 | 3E | 0 | 1C | 10A | 2D | 32 |
| Octal | 167 | 106 | 267 | 43 | 76 | 0 | 34 | 412 | 55 | 62 |
| Binary | 1110111 | 1000110 | 10110111 | 100011 | 111110 | 0 | 11100 | 100001010 | 101101 | 110010 |
Color Harmonies of #7746B7
Complementary color
Monochromatic Colors of #7746B7
Black with #7746B7
Text Example
Text Example
White with #7746B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746B7; }
p { color: rgb(119,70,183); }
H1.HeaderClassName
{
color: #7746B7;
}
.AnyTagClassName
{
color: #7746B7;
}
</style>
background-color css
<style>
a { background-color: #7746B7; }
a { background-color: rgb(119,70,183); }
div.DivClassName
{
background-color: #7746B7;
}
.BgClassName
{
background-color: #7746B7;
}
</style>
border-color css
<style>
span { border-color: #7746B7; }
span { border-color: rgb(119,70,183); }
td.TdClassName
{
border-color: #7746B7;
}
.TagClassName
{
border-color: #7746B7;
}
</style>