Shades of Studio #764A95
Tints of Studio #764A95
RGB
CMYK
RGB Variations
Color information
#764A95 (or 0x764A95) is known color: Studio. HEX triplet: 76, 4A and 95. RGB value is (118,74,149). Sum of RGB (Red+Green+Blue) = 118+74+149=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #764A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764A95 is #89B56A. Grayscale: #5F5F5F. Windows color (decimal): -9024875 or 9783926. OLE color: 9783926.
HSL color Cylindrical-coordinate representation of color #764A95: hue angle of 275.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764A95 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 74 | 149 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.42 |
| HSL | 275.2º | 0.34% | 0.44% | - |
| HSV(B) | 275.2º | 0.5% | 0.58% | - |
| XYZ | 15.34 | 10.92 | 29.73 | - |
| YUV | 95.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 149 | 0.21 | 0.50 | 0 | 0.42 | 275.2 | 0.34 | 0.44 |
| Hex | 76 | 4A | 95 | 15 | 32 | 0 | 2A | 113 | 22 | 2C |
| Octal | 166 | 112 | 225 | 25 | 62 | 0 | 52 | 423 | 42 | 54 |
| Binary | 1110110 | 1001010 | 10010101 | 10101 | 110010 | 0 | 101010 | 100010011 | 100010 | 101100 |
Color Harmonies of #764A95
Complementary color
Monochromatic Colors of #764A95
Black with #764A95
Text Example
Text Example
White with #764A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A95; }
p { color: rgb(118,74,149); }
H1.HeaderClassName
{
color: #764A95;
}
.AnyTagClassName
{
color: #764A95;
}
</style>
background-color css
<style>
a { background-color: #764A95; }
a { background-color: rgb(118,74,149); }
div.DivClassName
{
background-color: #764A95;
}
.BgClassName
{
background-color: #764A95;
}
</style>
border-color css
<style>
span { border-color: #764A95; }
span { border-color: rgb(118,74,149); }
td.TdClassName
{
border-color: #764A95;
}
.TagClassName
{
border-color: #764A95;
}
</style>