Shades of Scampi #7765A4
Tints of Scampi #7765A4
RGB
CMYK
RGB Variations
Color information
#7765A4 (or 0x7765A4) is known color: Scampi. HEX triplet: 77, 65 and A4. RGB value is (119,101,164). Sum of RGB (Red+Green+Blue) = 119+101+164=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #7765A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7765A4 is #889A5B. Grayscale: #717171. Windows color (decimal): -8952412 or 10773879. OLE color: 10773879.
HSL color Cylindrical-coordinate representation of color #7765A4: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7765A4 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 101 | 164 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.36 |
| HSL | 257.14º | 0.26% | 0.52% | - |
| HSV(B) | 257.14º | 0.38% | 0.64% | - |
| XYZ | 18.96 | 15.91 | 37.19 | - |
| YUV | 113.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 164 | 0.27 | 0.38 | 0 | 0.36 | 257.14 | 0.26 | 0.52 |
| Hex | 77 | 65 | A4 | 1B | 26 | 0 | 24 | 101 | 1A | 34 |
| Octal | 167 | 145 | 244 | 33 | 46 | 0 | 44 | 401 | 32 | 64 |
| Binary | 1110111 | 1100101 | 10100100 | 11011 | 100110 | 0 | 100100 | 100000001 | 11010 | 110100 |
Color Harmonies of #7765A4
Complementary color
Monochromatic Colors of #7765A4
Black with #7765A4
Text Example
Text Example
White with #7765A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765A4; }
p { color: rgb(119,101,164); }
H1.HeaderClassName
{
color: #7765A4;
}
.AnyTagClassName
{
color: #7765A4;
}
</style>
background-color css
<style>
a { background-color: #7765A4; }
a { background-color: rgb(119,101,164); }
div.DivClassName
{
background-color: #7765A4;
}
.BgClassName
{
background-color: #7765A4;
}
</style>
border-color css
<style>
span { border-color: #7765A4; }
span { border-color: rgb(119,101,164); }
td.TdClassName
{
border-color: #7765A4;
}
.TagClassName
{
border-color: #7765A4;
}
</style>