Shades of Studio #764798
Tints of Studio #764798
RGB
CMYK
RGB Variations
Color information
#764798 (or 0x764798) is known color: Studio. HEX triplet: 76, 47 and 98. RGB value is (118,71,152). Sum of RGB (Red+Green+Blue) = 118+71+152=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #764798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764798 is #89B867. Grayscale: #5E5E5E. Windows color (decimal): -9025640 or 9979766. OLE color: 9979766.
HSL color Cylindrical-coordinate representation of color #764798: hue angle of 274.81º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764798 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 71 | 152 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.40 |
| HSL | 274.81º | 0.36% | 0.44% | - |
| HSV(B) | 274.81º | 0.53% | 0.6% | - |
| XYZ | 15.39 | 10.63 | 30.95 | - |
| YUV | 94.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 152 | 0.22 | 0.53 | 0 | 0.40 | 274.81 | 0.36 | 0.44 |
| Hex | 76 | 47 | 98 | 16 | 35 | 0 | 28 | 113 | 24 | 2C |
| Octal | 166 | 107 | 230 | 26 | 65 | 0 | 50 | 423 | 44 | 54 |
| Binary | 1110110 | 1000111 | 10011000 | 10110 | 110101 | 0 | 101000 | 100010011 | 100100 | 101100 |
Color Harmonies of #764798
Complementary color
Monochromatic Colors of #764798
Black with #764798
Text Example
Text Example
White with #764798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764798; }
p { color: rgb(118,71,152); }
H1.HeaderClassName
{
color: #764798;
}
.AnyTagClassName
{
color: #764798;
}
</style>
background-color css
<style>
a { background-color: #764798; }
a { background-color: rgb(118,71,152); }
div.DivClassName
{
background-color: #764798;
}
.BgClassName
{
background-color: #764798;
}
</style>
border-color css
<style>
span { border-color: #764798; }
span { border-color: rgb(118,71,152); }
td.TdClassName
{
border-color: #764798;
}
.TagClassName
{
border-color: #764798;
}
</style>