Shades of Studio #7754AF
Tints of Studio #7754AF
RGB
CMYK
RGB Variations
Color information
#7754AF (or 0x7754AF) is known color: Studio. HEX triplet: 77, 54 and AF. RGB value is (119,84,175). Sum of RGB (Red+Green+Blue) = 119+84+175=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7754AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7754AF is #88AB50. Grayscale: #686868. Windows color (decimal): -8956753 or 11490423. OLE color: 11490423.
HSL color Cylindrical-coordinate representation of color #7754AF: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7754AF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 84 | 175 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.31 |
| HSL | 263.08º | 0.36% | 0.51% | - |
| HSV(B) | 263.08º | 0.52% | 0.69% | - |
| XYZ | 18.52 | 13.36 | 42.16 | - |
| YUV | 104.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 175 | 0.32 | 0.52 | 0 | 0.31 | 263.08 | 0.36 | 0.51 |
| Hex | 77 | 54 | AF | 20 | 34 | 0 | 1F | 107 | 24 | 33 |
| Octal | 167 | 124 | 257 | 40 | 64 | 0 | 37 | 407 | 44 | 63 |
| Binary | 1110111 | 1010100 | 10101111 | 100000 | 110100 | 0 | 11111 | 100000111 | 100100 | 110011 |
Color Harmonies of #7754AF
Complementary color
Monochromatic Colors of #7754AF
Black with #7754AF
Text Example
Text Example
White with #7754AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754AF; }
p { color: rgb(119,84,175); }
H1.HeaderClassName
{
color: #7754AF;
}
.AnyTagClassName
{
color: #7754AF;
}
</style>
background-color css
<style>
a { background-color: #7754AF; }
a { background-color: rgb(119,84,175); }
div.DivClassName
{
background-color: #7754AF;
}
.BgClassName
{
background-color: #7754AF;
}
</style>
border-color css
<style>
span { border-color: #7754AF; }
span { border-color: rgb(119,84,175); }
td.TdClassName
{
border-color: #7754AF;
}
.TagClassName
{
border-color: #7754AF;
}
</style>