Shades of Studio #765B9C
Tints of Studio #765B9C
RGB
CMYK
RGB Variations
Color information
#765B9C (or 0x765B9C) is known color: Studio. HEX triplet: 76, 5B and 9C. RGB value is (118,91,156). Sum of RGB (Red+Green+Blue) = 118+91+156=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #765B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765B9C is #89A463. Grayscale: #6A6A6A. Windows color (decimal): -9020516 or 10247030. OLE color: 10247030.
HSL color Cylindrical-coordinate representation of color #765B9C: hue angle of 264.92º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765B9C is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 91 | 156 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.39 |
| HSL | 264.92º | 0.26% | 0.48% | - |
| HSV(B) | 264.92º | 0.42% | 0.61% | - |
| XYZ | 17.21 | 13.73 | 33.2 | - |
| YUV | 106.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 156 | 0.24 | 0.42 | 0 | 0.39 | 264.92 | 0.26 | 0.48 |
| Hex | 76 | 5B | 9C | 18 | 2A | 0 | 27 | 109 | 1A | 30 |
| Octal | 166 | 133 | 234 | 30 | 52 | 0 | 47 | 411 | 32 | 60 |
| Binary | 1110110 | 1011011 | 10011100 | 11000 | 101010 | 0 | 100111 | 100001001 | 11010 | 110000 |
Color Harmonies of #765B9C
Complementary color
Monochromatic Colors of #765B9C
Black with #765B9C
Text Example
Text Example
White with #765B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B9C; }
p { color: rgb(118,91,156); }
H1.HeaderClassName
{
color: #765B9C;
}
.AnyTagClassName
{
color: #765B9C;
}
</style>
background-color css
<style>
a { background-color: #765B9C; }
a { background-color: rgb(118,91,156); }
div.DivClassName
{
background-color: #765B9C;
}
.BgClassName
{
background-color: #765B9C;
}
</style>
border-color css
<style>
span { border-color: #765B9C; }
span { border-color: rgb(118,91,156); }
td.TdClassName
{
border-color: #765B9C;
}
.TagClassName
{
border-color: #765B9C;
}
</style>