Shades of Studio #76589D
Tints of Studio #76589D
RGB
CMYK
RGB Variations
Color information
#76589D (or 0x76589D) is known color: Studio. HEX triplet: 76, 58 and 9D. RGB value is (118,88,157). Sum of RGB (Red+Green+Blue) = 118+88+157=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #76589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76589D is #89A762. Grayscale: #686868. Windows color (decimal): -9021283 or 10311798. OLE color: 10311798.
HSL color Cylindrical-coordinate representation of color #76589D: hue angle of 266.09º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76589D is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 88 | 157 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.38 |
| HSL | 266.09º | 0.28% | 0.48% | - |
| HSV(B) | 266.09º | 0.44% | 0.62% | - |
| XYZ | 17.05 | 13.27 | 33.56 | - |
| YUV | 104.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 157 | 0.25 | 0.44 | 0 | 0.38 | 266.09 | 0.28 | 0.48 |
| Hex | 76 | 58 | 9D | 19 | 2C | 0 | 26 | 10A | 1C | 30 |
| Octal | 166 | 130 | 235 | 31 | 54 | 0 | 46 | 412 | 34 | 60 |
| Binary | 1110110 | 1011000 | 10011101 | 11001 | 101100 | 0 | 100110 | 100001010 | 11100 | 110000 |
Color Harmonies of #76589D
Complementary color
Monochromatic Colors of #76589D
Black with #76589D
Text Example
Text Example
White with #76589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76589D; }
p { color: rgb(118,88,157); }
H1.HeaderClassName
{
color: #76589D;
}
.AnyTagClassName
{
color: #76589D;
}
</style>
background-color css
<style>
a { background-color: #76589D; }
a { background-color: rgb(118,88,157); }
div.DivClassName
{
background-color: #76589D;
}
.BgClassName
{
background-color: #76589D;
}
</style>
border-color css
<style>
span { border-color: #76589D; }
span { border-color: rgb(118,88,157); }
td.TdClassName
{
border-color: #76589D;
}
.TagClassName
{
border-color: #76589D;
}
</style>