Shades of Studio #7753AB
Tints of Studio #7753AB
RGB
CMYK
RGB Variations
Color information
#7753AB (or 0x7753AB) is known color: Studio. HEX triplet: 77, 53 and AB. RGB value is (119,83,171). Sum of RGB (Red+Green+Blue) = 119+83+171=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #7753AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7753AB is #88AC54. Grayscale: #676767. Windows color (decimal): -8957013 or 11228023. OLE color: 11228023.
HSL color Cylindrical-coordinate representation of color #7753AB: hue angle of 264.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7753AB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 83 | 171 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.33 |
| HSL | 264.55º | 0.35% | 0.5% | - |
| HSV(B) | 264.55º | 0.51% | 0.67% | - |
| XYZ | 18.05 | 13.05 | 40.1 | - |
| YUV | 103.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 171 | 0.30 | 0.51 | 0 | 0.33 | 264.55 | 0.35 | 0.5 |
| Hex | 77 | 53 | AB | 1E | 33 | 0 | 21 | 109 | 23 | 32 |
| Octal | 167 | 123 | 253 | 36 | 63 | 0 | 41 | 411 | 43 | 62 |
| Binary | 1110111 | 1010011 | 10101011 | 11110 | 110011 | 0 | 100001 | 100001001 | 100011 | 110010 |
Color Harmonies of #7753AB
Complementary color
Monochromatic Colors of #7753AB
Black with #7753AB
Text Example
Text Example
White with #7753AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7753AB; }
p { color: rgb(119,83,171); }
H1.HeaderClassName
{
color: #7753AB;
}
.AnyTagClassName
{
color: #7753AB;
}
</style>
background-color css
<style>
a { background-color: #7753AB; }
a { background-color: rgb(119,83,171); }
div.DivClassName
{
background-color: #7753AB;
}
.BgClassName
{
background-color: #7753AB;
}
</style>
border-color css
<style>
span { border-color: #7753AB; }
span { border-color: rgb(119,83,171); }
td.TdClassName
{
border-color: #7753AB;
}
.TagClassName
{
border-color: #7753AB;
}
</style>