Shades of Studio #7746B3
Tints of Studio #7746B3
RGB
CMYK
RGB Variations
Color information
#7746B3 (or 0x7746B3) is known color: Studio. HEX triplet: 77, 46 and B3. RGB value is (119,70,179). Sum of RGB (Red+Green+Blue) = 119+70+179=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #7746B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746B3 is #88B94C. Grayscale: #606060. Windows color (decimal): -8960333 or 11748983. OLE color: 11748983.
HSL color Cylindrical-coordinate representation of color #7746B3: hue angle of 266.97º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7746B3 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 70 | 179 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.30 |
| HSL | 266.97º | 0.44% | 0.49% | - |
| HSV(B) | 266.97º | 0.61% | 0.7% | - |
| XYZ | 17.93 | 11.56 | 43.93 | - |
| YUV | 97.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 179 | 0.34 | 0.61 | 0 | 0.30 | 266.97 | 0.44 | 0.49 |
| Hex | 77 | 46 | B3 | 22 | 3D | 0 | 1E | 10B | 2C | 31 |
| Octal | 167 | 106 | 263 | 42 | 75 | 0 | 36 | 413 | 54 | 61 |
| Binary | 1110111 | 1000110 | 10110011 | 100010 | 111101 | 0 | 11110 | 100001011 | 101100 | 110001 |
Color Harmonies of #7746B3
Complementary color
Monochromatic Colors of #7746B3
Black with #7746B3
Text Example
Text Example
White with #7746B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746B3; }
p { color: rgb(119,70,179); }
H1.HeaderClassName
{
color: #7746B3;
}
.AnyTagClassName
{
color: #7746B3;
}
</style>
background-color css
<style>
a { background-color: #7746B3; }
a { background-color: rgb(119,70,179); }
div.DivClassName
{
background-color: #7746B3;
}
.BgClassName
{
background-color: #7746B3;
}
</style>
border-color css
<style>
span { border-color: #7746B3; }
span { border-color: rgb(119,70,179); }
td.TdClassName
{
border-color: #7746B3;
}
.TagClassName
{
border-color: #7746B3;
}
</style>