Shades of Scampi #76729A
Tints of Scampi #76729A
RGB
CMYK
RGB Variations
Color information
#76729A (or 0x76729A) is known color: Scampi. HEX triplet: 76, 72 and 9A. RGB value is (118,114,154). Sum of RGB (Red+Green+Blue) = 118+114+154=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #76729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76729A is #898D65. Grayscale: #777777. Windows color (decimal): -9014630 or 10121846. OLE color: 10121846.
HSL color Cylindrical-coordinate representation of color #76729A: hue angle of 246º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76729A is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 114 | 154 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.40 |
| HSL | 246º | 0.17% | 0.53% | - |
| HSV(B) | 246º | 0.26% | 0.6% | - |
| XYZ | 19.32 | 18.22 | 33.07 | - |
| YUV | 119.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 154 | 0.23 | 0.26 | 0 | 0.40 | 246 | 0.17 | 0.53 |
| Hex | 76 | 72 | 9A | 17 | 1A | 0 | 28 | F6 | 11 | 35 |
| Octal | 166 | 162 | 232 | 27 | 32 | 0 | 50 | 366 | 21 | 65 |
| Binary | 1110110 | 1110010 | 10011010 | 10111 | 11010 | 0 | 101000 | 11110110 | 10001 | 110101 |
Color Harmonies of #76729A
Complementary color
Monochromatic Colors of #76729A
Black with #76729A
Text Example
Text Example
White with #76729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76729A; }
p { color: rgb(118,114,154); }
H1.HeaderClassName
{
color: #76729A;
}
.AnyTagClassName
{
color: #76729A;
}
</style>
background-color css
<style>
a { background-color: #76729A; }
a { background-color: rgb(118,114,154); }
div.DivClassName
{
background-color: #76729A;
}
.BgClassName
{
background-color: #76729A;
}
</style>
border-color css
<style>
span { border-color: #76729A; }
span { border-color: rgb(118,114,154); }
td.TdClassName
{
border-color: #76729A;
}
.TagClassName
{
border-color: #76729A;
}
</style>