Shades of Studio #764399
Tints of Studio #764399
RGB
CMYK
RGB Variations
Color information
#764399 (or 0x764399) is known color: Studio. HEX triplet: 76, 43 and 99. RGB value is (118,67,153). Sum of RGB (Red+Green+Blue) = 118+67+153=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #764399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764399 is #89BC66. Grayscale: #5B5B5B. Windows color (decimal): -9026663 or 10044278. OLE color: 10044278.
HSL color Cylindrical-coordinate representation of color #764399: hue angle of 275.58º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764399 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 67 | 153 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.4 |
| HSL | 275.58º | 0.39% | 0.43% | - |
| HSV(B) | 275.58º | 0.56% | 0.6% | - |
| XYZ | 15.23 | 10.17 | 31.3 | - |
| YUV | 92.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 153 | 0.23 | 0.56 | 0 | 0.4 | 275.58 | 0.39 | 0.43 |
| Hex | 76 | 43 | 99 | 17 | 38 | 0 | 28 | 114 | 27 | 2B |
| Octal | 166 | 103 | 231 | 27 | 70 | 0 | 50 | 424 | 47 | 53 |
| Binary | 1110110 | 1000011 | 10011001 | 10111 | 111000 | 0 | 101000 | 100010100 | 100111 | 101011 |
Color Harmonies of #764399
Complementary color
Monochromatic Colors of #764399
Black with #764399
Text Example
Text Example
White with #764399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764399; }
p { color: rgb(118,67,153); }
H1.HeaderClassName
{
color: #764399;
}
.AnyTagClassName
{
color: #764399;
}
</style>
background-color css
<style>
a { background-color: #764399; }
a { background-color: rgb(118,67,153); }
div.DivClassName
{
background-color: #764399;
}
.BgClassName
{
background-color: #764399;
}
</style>
border-color css
<style>
span { border-color: #764399; }
span { border-color: rgb(118,67,153); }
td.TdClassName
{
border-color: #764399;
}
.TagClassName
{
border-color: #764399;
}
</style>