Shades of Scampi #767898
Tints of Scampi #767898
RGB
CMYK
RGB Variations
Color information
#767898 (or 0x767898) is known color: Scampi. HEX triplet: 76, 78 and 98. RGB value is (118,120,152). Sum of RGB (Red+Green+Blue) = 118+120+152=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #767898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767898 is #898767. Grayscale: #7A7A7A. Windows color (decimal): -9013096 or 9992310. OLE color: 9992310.
HSL color Cylindrical-coordinate representation of color #767898: hue angle of 236.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767898 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 120 | 152 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.40 |
| HSL | 236.47º | 0.14% | 0.53% | - |
| HSV(B) | 236.47º | 0.22% | 0.6% | - |
| XYZ | 19.86 | 19.55 | 32.43 | - |
| YUV | 123.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 152 | 0.22 | 0.21 | 0 | 0.40 | 236.47 | 0.14 | 0.53 |
| Hex | 76 | 78 | 98 | 16 | 15 | 0 | 28 | EC | E | 35 |
| Octal | 166 | 170 | 230 | 26 | 25 | 0 | 50 | 354 | 16 | 65 |
| Binary | 1110110 | 1111000 | 10011000 | 10110 | 10101 | 0 | 101000 | 11101100 | 1110 | 110101 |
Color Harmonies of #767898
Complementary color
Monochromatic Colors of #767898
Black with #767898
Text Example
Text Example
White with #767898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767898; }
p { color: rgb(118,120,152); }
H1.HeaderClassName
{
color: #767898;
}
.AnyTagClassName
{
color: #767898;
}
</style>
background-color css
<style>
a { background-color: #767898; }
a { background-color: rgb(118,120,152); }
div.DivClassName
{
background-color: #767898;
}
.BgClassName
{
background-color: #767898;
}
</style>
border-color css
<style>
span { border-color: #767898; }
span { border-color: rgb(118,120,152); }
td.TdClassName
{
border-color: #767898;
}
.TagClassName
{
border-color: #767898;
}
</style>