Shades of Scampi #7669AF
Tints of Scampi #7669AF
RGB
CMYK
RGB Variations
Color information
#7669AF (or 0x7669AF) is known color: Scampi. HEX triplet: 76, 69 and AF. RGB value is (118,105,175). Sum of RGB (Red+Green+Blue) = 118+105+175=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #7669AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7669AF is #899650. Grayscale: #747474. Windows color (decimal): -9016913 or 11495798. OLE color: 11495798.
HSL color Cylindrical-coordinate representation of color #7669AF: hue angle of 251.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7669AF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 105 | 175 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.31 |
| HSL | 251.14º | 0.3% | 0.55% | - |
| HSV(B) | 251.14º | 0.4% | 0.69% | - |
| XYZ | 20.26 | 17.05 | 42.78 | - |
| YUV | 116.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 175 | 0.33 | 0.40 | 0 | 0.31 | 251.14 | 0.3 | 0.55 |
| Hex | 76 | 69 | AF | 21 | 28 | 0 | 1F | FB | 1E | 37 |
| Octal | 166 | 151 | 257 | 41 | 50 | 0 | 37 | 373 | 36 | 67 |
| Binary | 1110110 | 1101001 | 10101111 | 100001 | 101000 | 0 | 11111 | 11111011 | 11110 | 110111 |
Color Harmonies of #7669AF
Complementary color
Monochromatic Colors of #7669AF
Black with #7669AF
Text Example
Text Example
White with #7669AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7669AF; }
p { color: rgb(118,105,175); }
H1.HeaderClassName
{
color: #7669AF;
}
.AnyTagClassName
{
color: #7669AF;
}
</style>
background-color css
<style>
a { background-color: #7669AF; }
a { background-color: rgb(118,105,175); }
div.DivClassName
{
background-color: #7669AF;
}
.BgClassName
{
background-color: #7669AF;
}
</style>
border-color css
<style>
span { border-color: #7669AF; }
span { border-color: rgb(118,105,175); }
td.TdClassName
{
border-color: #7669AF;
}
.TagClassName
{
border-color: #7669AF;
}
</style>