Shades of Studio #7655A7
Tints of Studio #7655A7
RGB
CMYK
RGB Variations
Color information
#7655A7 (or 0x7655A7) is known color: Studio. HEX triplet: 76, 55 and A7. RGB value is (118,85,167). Sum of RGB (Red+Green+Blue) = 118+85+167=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #7655A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7655A7 is #89AA58. Grayscale: #676767. Windows color (decimal): -9022041 or 10966390. OLE color: 10966390.
HSL color Cylindrical-coordinate representation of color #7655A7: hue angle of 264.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7655A7 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 85 | 167 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.35 |
| HSL | 264.15º | 0.33% | 0.49% | - |
| HSV(B) | 264.15º | 0.49% | 0.65% | - |
| XYZ | 17.69 | 13.14 | 38.16 | - |
| YUV | 104.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 167 | 0.29 | 0.49 | 0 | 0.35 | 264.15 | 0.33 | 0.49 |
| Hex | 76 | 55 | A7 | 1D | 31 | 0 | 23 | 108 | 21 | 31 |
| Octal | 166 | 125 | 247 | 35 | 61 | 0 | 43 | 410 | 41 | 61 |
| Binary | 1110110 | 1010101 | 10100111 | 11101 | 110001 | 0 | 100011 | 100001000 | 100001 | 110001 |
Color Harmonies of #7655A7
Complementary color
Monochromatic Colors of #7655A7
Black with #7655A7
Text Example
Text Example
White with #7655A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7655A7; }
p { color: rgb(118,85,167); }
H1.HeaderClassName
{
color: #7655A7;
}
.AnyTagClassName
{
color: #7655A7;
}
</style>
background-color css
<style>
a { background-color: #7655A7; }
a { background-color: rgb(118,85,167); }
div.DivClassName
{
background-color: #7655A7;
}
.BgClassName
{
background-color: #7655A7;
}
</style>
border-color css
<style>
span { border-color: #7655A7; }
span { border-color: rgb(118,85,167); }
td.TdClassName
{
border-color: #7655A7;
}
.TagClassName
{
border-color: #7655A7;
}
</style>