Shades of Studio #774CBB
Tints of Studio #774CBB
RGB
CMYK
RGB Variations
Color information
#774CBB (or 0x774CBB) is known color: Studio. HEX triplet: 77, 4C and BB. RGB value is (119,76,187). Sum of RGB (Red+Green+Blue) = 119+76+187=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #774CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CBB is #88B344. Grayscale: #656565. Windows color (decimal): -8958789 or 12274807. OLE color: 12274807.
HSL color Cylindrical-coordinate representation of color #774CBB: hue angle of 263.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774CBB is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 76 | 187 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.27 |
| HSL | 263.24º | 0.45% | 0.52% | - |
| HSV(B) | 263.24º | 0.59% | 0.73% | - |
| XYZ | 19.16 | 12.68 | 48.45 | - |
| YUV | 101.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 187 | 0.36 | 0.59 | 0 | 0.27 | 263.24 | 0.45 | 0.52 |
| Hex | 77 | 4C | BB | 24 | 3B | 0 | 1B | 107 | 2D | 34 |
| Octal | 167 | 114 | 273 | 44 | 73 | 0 | 33 | 407 | 55 | 64 |
| Binary | 1110111 | 1001100 | 10111011 | 100100 | 111011 | 0 | 11011 | 100000111 | 101101 | 110100 |
Color Harmonies of #774CBB
Complementary color
Monochromatic Colors of #774CBB
Black with #774CBB
Text Example
Text Example
White with #774CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CBB; }
p { color: rgb(119,76,187); }
H1.HeaderClassName
{
color: #774CBB;
}
.AnyTagClassName
{
color: #774CBB;
}
</style>
background-color css
<style>
a { background-color: #774CBB; }
a { background-color: rgb(119,76,187); }
div.DivClassName
{
background-color: #774CBB;
}
.BgClassName
{
background-color: #774CBB;
}
</style>
border-color css
<style>
span { border-color: #774CBB; }
span { border-color: rgb(119,76,187); }
td.TdClassName
{
border-color: #774CBB;
}
.TagClassName
{
border-color: #774CBB;
}
</style>