Shades of Studio #76569C
Tints of Studio #76569C
RGB
CMYK
RGB Variations
Color information
#76569C (or 0x76569C) is known color: Studio. HEX triplet: 76, 56 and 9C. RGB value is (118,86,156). Sum of RGB (Red+Green+Blue) = 118+86+156=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #76569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76569C is #89A963. Grayscale: #676767. Windows color (decimal): -9021796 or 10245750. OLE color: 10245750.
HSL color Cylindrical-coordinate representation of color #76569C: hue angle of 267.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76569C is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 86 | 156 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.39 |
| HSL | 267.43º | 0.29% | 0.47% | - |
| HSV(B) | 267.43º | 0.45% | 0.61% | - |
| XYZ | 16.8 | 12.91 | 33.06 | - |
| YUV | 103.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 156 | 0.24 | 0.45 | 0 | 0.39 | 267.43 | 0.29 | 0.47 |
| Hex | 76 | 56 | 9C | 18 | 2D | 0 | 27 | 10B | 1D | 2F |
| Octal | 166 | 126 | 234 | 30 | 55 | 0 | 47 | 413 | 35 | 57 |
| Binary | 1110110 | 1010110 | 10011100 | 11000 | 101101 | 0 | 100111 | 100001011 | 11101 | 101111 |
Color Harmonies of #76569C
Complementary color
Monochromatic Colors of #76569C
Black with #76569C
Text Example
Text Example
White with #76569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76569C; }
p { color: rgb(118,86,156); }
H1.HeaderClassName
{
color: #76569C;
}
.AnyTagClassName
{
color: #76569C;
}
</style>
background-color css
<style>
a { background-color: #76569C; }
a { background-color: rgb(118,86,156); }
div.DivClassName
{
background-color: #76569C;
}
.BgClassName
{
background-color: #76569C;
}
</style>
border-color css
<style>
span { border-color: #76569C; }
span { border-color: rgb(118,86,156); }
td.TdClassName
{
border-color: #76569C;
}
.TagClassName
{
border-color: #76569C;
}
</style>