Shades of Studio #764395
Tints of Studio #764395
RGB
CMYK
RGB Variations
Color information
#764395 (or 0x764395) is known color: Studio. HEX triplet: 76, 43 and 95. RGB value is (118,67,149). Sum of RGB (Red+Green+Blue) = 118+67+149=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #764395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764395 is #89BC6A. Grayscale: #5B5B5B. Windows color (decimal): -9026667 or 9782134. OLE color: 9782134.
HSL color Cylindrical-coordinate representation of color #764395: hue angle of 277.32º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764395 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 67 | 149 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.42 |
| HSL | 277.32º | 0.38% | 0.42% | - |
| HSV(B) | 277.32º | 0.55% | 0.58% | - |
| XYZ | 14.9 | 10.04 | 29.59 | - |
| YUV | 91.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 149 | 0.21 | 0.55 | 0 | 0.42 | 277.32 | 0.38 | 0.42 |
| Hex | 76 | 43 | 95 | 15 | 37 | 0 | 2A | 115 | 26 | 2A |
| Octal | 166 | 103 | 225 | 25 | 67 | 0 | 52 | 425 | 46 | 52 |
| Binary | 1110110 | 1000011 | 10010101 | 10101 | 110111 | 0 | 101010 | 100010101 | 100110 | 101010 |
Color Harmonies of #764395
Complementary color
Monochromatic Colors of #764395
Black with #764395
Text Example
Text Example
White with #764395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764395; }
p { color: rgb(118,67,149); }
H1.HeaderClassName
{
color: #764395;
}
.AnyTagClassName
{
color: #764395;
}
</style>
background-color css
<style>
a { background-color: #764395; }
a { background-color: rgb(118,67,149); }
div.DivClassName
{
background-color: #764395;
}
.BgClassName
{
background-color: #764395;
}
</style>
border-color css
<style>
span { border-color: #764395; }
span { border-color: rgb(118,67,149); }
td.TdClassName
{
border-color: #764395;
}
.TagClassName
{
border-color: #764395;
}
</style>