Shades of Scampi #74738B
Tints of Scampi #74738B
RGB
CMYK
RGB Variations
Color information
#74738B (or 0x74738B) is known color: Scampi. HEX triplet: 74, 73 and 8B. RGB value is (116,115,139). Sum of RGB (Red+Green+Blue) = 116+115+139=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #74738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74738B is #8B8C74. Grayscale: #757575. Windows color (decimal): -9145461 or 9139060. OLE color: 9139060.
HSL color Cylindrical-coordinate representation of color #74738B: hue angle of 242.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74738B is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 115 | 139 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.45 |
| HSL | 242.5º | 0.09% | 0.5% | - |
| HSV(B) | 242.5º | 0.17% | 0.55% | - |
| XYZ | 17.99 | 17.84 | 26.92 | - |
| YUV | 118.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 139 | 0.17 | 0.17 | 0 | 0.45 | 242.5 | 0.09 | 0.5 |
| Hex | 74 | 73 | 8B | 11 | 11 | 0 | 2D | F2 | 9 | 32 |
| Octal | 164 | 163 | 213 | 21 | 21 | 0 | 55 | 362 | 11 | 62 |
| Binary | 1110100 | 1110011 | 10001011 | 10001 | 10001 | 0 | 101101 | 11110010 | 1001 | 110010 |
Color Harmonies of #74738B
Complementary color
Monochromatic Colors of #74738B
Black with #74738B
Text Example
Text Example
White with #74738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74738B; }
p { color: rgb(116,115,139); }
H1.HeaderClassName
{
color: #74738B;
}
.AnyTagClassName
{
color: #74738B;
}
</style>
background-color css
<style>
a { background-color: #74738B; }
a { background-color: rgb(116,115,139); }
div.DivClassName
{
background-color: #74738B;
}
.BgClassName
{
background-color: #74738B;
}
</style>
border-color css
<style>
span { border-color: #74738B; }
span { border-color: rgb(116,115,139); }
td.TdClassName
{
border-color: #74738B;
}
.TagClassName
{
border-color: #74738B;
}
</style>