Shades of Studio #76469D
Tints of Studio #76469D
RGB
CMYK
RGB Variations
Color information
#76469D (or 0x76469D) is known color: Studio. HEX triplet: 76, 46 and 9D. RGB value is (118,70,157). Sum of RGB (Red+Green+Blue) = 118+70+157=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #76469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76469D is #89B962. Grayscale: #5D5D5D. Windows color (decimal): -9025891 or 10307190. OLE color: 10307190.
HSL color Cylindrical-coordinate representation of color #76469D: hue angle of 273.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76469D is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 70 | 157 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.38 |
| HSL | 273.1º | 0.38% | 0.45% | - |
| HSV(B) | 273.1º | 0.55% | 0.62% | - |
| XYZ | 15.75 | 10.67 | 33.13 | - |
| YUV | 94.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 157 | 0.25 | 0.55 | 0 | 0.38 | 273.1 | 0.38 | 0.45 |
| Hex | 76 | 46 | 9D | 19 | 37 | 0 | 26 | 111 | 26 | 2D |
| Octal | 166 | 106 | 235 | 31 | 67 | 0 | 46 | 421 | 46 | 55 |
| Binary | 1110110 | 1000110 | 10011101 | 11001 | 110111 | 0 | 100110 | 100010001 | 100110 | 101101 |
Color Harmonies of #76469D
Complementary color
Monochromatic Colors of #76469D
Black with #76469D
Text Example
Text Example
White with #76469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76469D; }
p { color: rgb(118,70,157); }
H1.HeaderClassName
{
color: #76469D;
}
.AnyTagClassName
{
color: #76469D;
}
</style>
background-color css
<style>
a { background-color: #76469D; }
a { background-color: rgb(118,70,157); }
div.DivClassName
{
background-color: #76469D;
}
.BgClassName
{
background-color: #76469D;
}
</style>
border-color css
<style>
span { border-color: #76469D; }
span { border-color: rgb(118,70,157); }
td.TdClassName
{
border-color: #76469D;
}
.TagClassName
{
border-color: #76469D;
}
</style>