Shades of Scampi #74659C
Tints of Scampi #74659C
RGB
CMYK
RGB Variations
Color information
#74659C (or 0x74659C) is known color: Scampi. HEX triplet: 74, 65 and 9C. RGB value is (116,101,156). Sum of RGB (Red+Green+Blue) = 116+101+156=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #74659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74659C is #8B9A63. Grayscale: #6F6F6F. Windows color (decimal): -9149028 or 10249588. OLE color: 10249588.
HSL color Cylindrical-coordinate representation of color #74659C: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74659C is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 101 | 156 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.39 |
| HSL | 256.36º | 0.22% | 0.5% | - |
| HSV(B) | 256.36º | 0.35% | 0.61% | - |
| XYZ | 17.86 | 15.42 | 33.49 | - |
| YUV | 111.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 156 | 0.26 | 0.35 | 0 | 0.39 | 256.36 | 0.22 | 0.5 |
| Hex | 74 | 65 | 9C | 1A | 23 | 0 | 27 | 100 | 16 | 32 |
| Octal | 164 | 145 | 234 | 32 | 43 | 0 | 47 | 400 | 26 | 62 |
| Binary | 1110100 | 1100101 | 10011100 | 11010 | 100011 | 0 | 100111 | 100000000 | 10110 | 110010 |
Color Harmonies of #74659C
Complementary color
Monochromatic Colors of #74659C
Black with #74659C
Text Example
Text Example
White with #74659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74659C; }
p { color: rgb(116,101,156); }
H1.HeaderClassName
{
color: #74659C;
}
.AnyTagClassName
{
color: #74659C;
}
</style>
background-color css
<style>
a { background-color: #74659C; }
a { background-color: rgb(116,101,156); }
div.DivClassName
{
background-color: #74659C;
}
.BgClassName
{
background-color: #74659C;
}
</style>
border-color css
<style>
span { border-color: #74659C; }
span { border-color: rgb(116,101,156); }
td.TdClassName
{
border-color: #74659C;
}
.TagClassName
{
border-color: #74659C;
}
</style>