Shades of Studio #765C9C
Tints of Studio #765C9C
RGB
CMYK
RGB Variations
Color information
#765C9C (or 0x765C9C) is known color: Studio. HEX triplet: 76, 5C and 9C. RGB value is (118,92,156). Sum of RGB (Red+Green+Blue) = 118+92+156=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #765C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765C9C is #89A363. Grayscale: #6A6A6A. Windows color (decimal): -9020260 or 10247286. OLE color: 10247286.
HSL color Cylindrical-coordinate representation of color #765C9C: hue angle of 264.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765C9C is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 92 | 156 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.39 |
| HSL | 264.38º | 0.26% | 0.49% | - |
| HSV(B) | 264.38º | 0.41% | 0.61% | - |
| XYZ | 17.3 | 13.91 | 33.22 | - |
| YUV | 107.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 156 | 0.24 | 0.41 | 0 | 0.39 | 264.38 | 0.26 | 0.49 |
| Hex | 76 | 5C | 9C | 18 | 29 | 0 | 27 | 108 | 1A | 31 |
| Octal | 166 | 134 | 234 | 30 | 51 | 0 | 47 | 410 | 32 | 61 |
| Binary | 1110110 | 1011100 | 10011100 | 11000 | 101001 | 0 | 100111 | 100001000 | 11010 | 110001 |
Color Harmonies of #765C9C
Complementary color
Monochromatic Colors of #765C9C
Black with #765C9C
Text Example
Text Example
White with #765C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C9C; }
p { color: rgb(118,92,156); }
H1.HeaderClassName
{
color: #765C9C;
}
.AnyTagClassName
{
color: #765C9C;
}
</style>
background-color css
<style>
a { background-color: #765C9C; }
a { background-color: rgb(118,92,156); }
div.DivClassName
{
background-color: #765C9C;
}
.BgClassName
{
background-color: #765C9C;
}
</style>
border-color css
<style>
span { border-color: #765C9C; }
span { border-color: rgb(118,92,156); }
td.TdClassName
{
border-color: #765C9C;
}
.TagClassName
{
border-color: #765C9C;
}
</style>