Shades of Studio #76509C
Tints of Studio #76509C
RGB
CMYK
RGB Variations
Color information
#76509C (or 0x76509C) is known color: Studio. HEX triplet: 76, 50 and 9C. RGB value is (118,80,156). Sum of RGB (Red+Green+Blue) = 118+80+156=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #76509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76509C is #89AF63. Grayscale: #636363. Windows color (decimal): -9023332 or 10244214. OLE color: 10244214.
HSL color Cylindrical-coordinate representation of color #76509C: hue angle of 270º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76509C is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 80 | 156 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.39 |
| HSL | 270º | 0.32% | 0.46% | - |
| HSV(B) | 270º | 0.49% | 0.61% | - |
| XYZ | 16.34 | 11.99 | 32.91 | - |
| YUV | 100.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 156 | 0.24 | 0.49 | 0 | 0.39 | 270 | 0.32 | 0.46 |
| Hex | 76 | 50 | 9C | 18 | 31 | 0 | 27 | 10E | 20 | 2E |
| Octal | 166 | 120 | 234 | 30 | 61 | 0 | 47 | 416 | 40 | 56 |
| Binary | 1110110 | 1010000 | 10011100 | 11000 | 110001 | 0 | 100111 | 100001110 | 100000 | 101110 |
Color Harmonies of #76509C
Complementary color
Monochromatic Colors of #76509C
Black with #76509C
Text Example
Text Example
White with #76509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76509C; }
p { color: rgb(118,80,156); }
H1.HeaderClassName
{
color: #76509C;
}
.AnyTagClassName
{
color: #76509C;
}
</style>
background-color css
<style>
a { background-color: #76509C; }
a { background-color: rgb(118,80,156); }
div.DivClassName
{
background-color: #76509C;
}
.BgClassName
{
background-color: #76509C;
}
</style>
border-color css
<style>
span { border-color: #76509C; }
span { border-color: rgb(118,80,156); }
td.TdClassName
{
border-color: #76509C;
}
.TagClassName
{
border-color: #76509C;
}
</style>