Shades of Studio #76549C
Tints of Studio #76549C
RGB
CMYK
RGB Variations
Color information
#76549C (or 0x76549C) is known color: Studio. HEX triplet: 76, 54 and 9C. RGB value is (118,84,156). Sum of RGB (Red+Green+Blue) = 118+84+156=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #76549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76549C is #89AB63. Grayscale: #666666. Windows color (decimal): -9022308 or 10245238. OLE color: 10245238.
HSL color Cylindrical-coordinate representation of color #76549C: hue angle of 268.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76549C is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 84 | 156 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.39 |
| HSL | 268.33º | 0.3% | 0.47% | - |
| HSV(B) | 268.33º | 0.46% | 0.61% | - |
| XYZ | 16.64 | 12.59 | 33.01 | - |
| YUV | 102.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 156 | 0.24 | 0.46 | 0 | 0.39 | 268.33 | 0.3 | 0.47 |
| Hex | 76 | 54 | 9C | 18 | 2E | 0 | 27 | 10C | 1E | 2F |
| Octal | 166 | 124 | 234 | 30 | 56 | 0 | 47 | 414 | 36 | 57 |
| Binary | 1110110 | 1010100 | 10011100 | 11000 | 101110 | 0 | 100111 | 100001100 | 11110 | 101111 |
Color Harmonies of #76549C
Complementary color
Monochromatic Colors of #76549C
Black with #76549C
Text Example
Text Example
White with #76549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76549C; }
p { color: rgb(118,84,156); }
H1.HeaderClassName
{
color: #76549C;
}
.AnyTagClassName
{
color: #76549C;
}
</style>
background-color css
<style>
a { background-color: #76549C; }
a { background-color: rgb(118,84,156); }
div.DivClassName
{
background-color: #76549C;
}
.BgClassName
{
background-color: #76549C;
}
</style>
border-color css
<style>
span { border-color: #76549C; }
span { border-color: rgb(118,84,156); }
td.TdClassName
{
border-color: #76549C;
}
.TagClassName
{
border-color: #76549C;
}
</style>