Shades of Scampi #775CA4
Tints of Scampi #775CA4
RGB
CMYK
RGB Variations
Color information
#775CA4 (or 0x775CA4) is known color: Scampi. HEX triplet: 77, 5C and A4. RGB value is (119,92,164). Sum of RGB (Red+Green+Blue) = 119+92+164=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #775CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775CA4 is #88A35B. Grayscale: #6C6C6C. Windows color (decimal): -8954716 or 10771575. OLE color: 10771575.
HSL color Cylindrical-coordinate representation of color #775CA4: hue angle of 262.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775CA4 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 92 | 164 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.36 |
| HSL | 262.5º | 0.28% | 0.5% | - |
| HSV(B) | 262.5º | 0.44% | 0.64% | - |
| XYZ | 18.14 | 14.26 | 36.92 | - |
| YUV | 108.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 164 | 0.27 | 0.44 | 0 | 0.36 | 262.5 | 0.28 | 0.5 |
| Hex | 77 | 5C | A4 | 1B | 2C | 0 | 24 | 106 | 1C | 32 |
| Octal | 167 | 134 | 244 | 33 | 54 | 0 | 44 | 406 | 34 | 62 |
| Binary | 1110111 | 1011100 | 10100100 | 11011 | 101100 | 0 | 100100 | 100000110 | 11100 | 110010 |
Color Harmonies of #775CA4
Complementary color
Monochromatic Colors of #775CA4
Black with #775CA4
Text Example
Text Example
White with #775CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775CA4; }
p { color: rgb(119,92,164); }
H1.HeaderClassName
{
color: #775CA4;
}
.AnyTagClassName
{
color: #775CA4;
}
</style>
background-color css
<style>
a { background-color: #775CA4; }
a { background-color: rgb(119,92,164); }
div.DivClassName
{
background-color: #775CA4;
}
.BgClassName
{
background-color: #775CA4;
}
</style>
border-color css
<style>
span { border-color: #775CA4; }
span { border-color: rgb(119,92,164); }
td.TdClassName
{
border-color: #775CA4;
}
.TagClassName
{
border-color: #775CA4;
}
</style>