Shades of Studio #7652A4
Tints of Studio #7652A4
RGB
CMYK
RGB Variations
Color information
#7652A4 (or 0x7652A4) is known color: Studio. HEX triplet: 76, 52 and A4. RGB value is (118,82,164). Sum of RGB (Red+Green+Blue) = 118+82+164=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #7652A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7652A4 is #89AD5B. Grayscale: #656565. Windows color (decimal): -9022812 or 10769014. OLE color: 10769014.
HSL color Cylindrical-coordinate representation of color #7652A4: hue angle of 266.34º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7652A4 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 82 | 164 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.36 |
| HSL | 266.34º | 0.33% | 0.48% | - |
| HSV(B) | 266.34º | 0.5% | 0.64% | - |
| XYZ | 17.19 | 12.57 | 36.64 | - |
| YUV | 102.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 164 | 0.28 | 0.5 | 0 | 0.36 | 266.34 | 0.33 | 0.48 |
| Hex | 76 | 52 | A4 | 1C | 32 | 0 | 24 | 10A | 21 | 30 |
| Octal | 166 | 122 | 244 | 34 | 62 | 0 | 44 | 412 | 41 | 60 |
| Binary | 1110110 | 1010010 | 10100100 | 11100 | 110010 | 0 | 100100 | 100001010 | 100001 | 110000 |
Color Harmonies of #7652A4
Complementary color
Monochromatic Colors of #7652A4
Black with #7652A4
Text Example
Text Example
White with #7652A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652A4; }
p { color: rgb(118,82,164); }
H1.HeaderClassName
{
color: #7652A4;
}
.AnyTagClassName
{
color: #7652A4;
}
</style>
background-color css
<style>
a { background-color: #7652A4; }
a { background-color: rgb(118,82,164); }
div.DivClassName
{
background-color: #7652A4;
}
.BgClassName
{
background-color: #7652A4;
}
</style>
border-color css
<style>
span { border-color: #7652A4; }
span { border-color: rgb(118,82,164); }
td.TdClassName
{
border-color: #7652A4;
}
.TagClassName
{
border-color: #7652A4;
}
</style>