Shades of Studio #7751AF
Tints of Studio #7751AF
RGB
CMYK
RGB Variations
Color information
#7751AF (or 0x7751AF) is known color: Studio. HEX triplet: 77, 51 and AF. RGB value is (119,81,175). Sum of RGB (Red+Green+Blue) = 119+81+175=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #7751AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7751AF is #88AE50. Grayscale: #666666. Windows color (decimal): -8957521 or 11489655. OLE color: 11489655.
HSL color Cylindrical-coordinate representation of color #7751AF: hue angle of 264.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7751AF is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 81 | 175 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.31 |
| HSL | 264.26º | 0.37% | 0.5% | - |
| HSV(B) | 264.26º | 0.54% | 0.69% | - |
| XYZ | 18.29 | 12.9 | 42.08 | - |
| YUV | 103.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 175 | 0.32 | 0.54 | 0 | 0.31 | 264.26 | 0.37 | 0.5 |
| Hex | 77 | 51 | AF | 20 | 36 | 0 | 1F | 108 | 25 | 32 |
| Octal | 167 | 121 | 257 | 40 | 66 | 0 | 37 | 410 | 45 | 62 |
| Binary | 1110111 | 1010001 | 10101111 | 100000 | 110110 | 0 | 11111 | 100001000 | 100101 | 110010 |
Color Harmonies of #7751AF
Complementary color
Monochromatic Colors of #7751AF
Black with #7751AF
Text Example
Text Example
White with #7751AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7751AF; }
p { color: rgb(119,81,175); }
H1.HeaderClassName
{
color: #7751AF;
}
.AnyTagClassName
{
color: #7751AF;
}
</style>
background-color css
<style>
a { background-color: #7751AF; }
a { background-color: rgb(119,81,175); }
div.DivClassName
{
background-color: #7751AF;
}
.BgClassName
{
background-color: #7751AF;
}
</style>
border-color css
<style>
span { border-color: #7751AF; }
span { border-color: rgb(119,81,175); }
td.TdClassName
{
border-color: #7751AF;
}
.TagClassName
{
border-color: #7751AF;
}
</style>