Shades of Scampi #72739B
Tints of Scampi #72739B
RGB
CMYK
RGB Variations
Color information
#72739B (or 0x72739B) is known color: Scampi. HEX triplet: 72, 73 and 9B. RGB value is (114,115,155). Sum of RGB (Red+Green+Blue) = 114+115+155=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #72739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72739B is #8D8C64. Grayscale: #777777. Windows color (decimal): -9276517 or 10187634. OLE color: 10187634.
HSL color Cylindrical-coordinate representation of color #72739B: hue angle of 238.54º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72739B is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 115 | 155 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.39 |
| HSL | 238.54º | 0.17% | 0.53% | - |
| HSV(B) | 238.54º | 0.26% | 0.61% | - |
| XYZ | 18.99 | 18.21 | 33.52 | - |
| YUV | 119.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 155 | 0.26 | 0.26 | 0 | 0.39 | 238.54 | 0.17 | 0.53 |
| Hex | 72 | 73 | 9B | 1A | 1A | 0 | 27 | EF | 11 | 35 |
| Octal | 162 | 163 | 233 | 32 | 32 | 0 | 47 | 357 | 21 | 65 |
| Binary | 1110010 | 1110011 | 10011011 | 11010 | 11010 | 0 | 100111 | 11101111 | 10001 | 110101 |
Color Harmonies of #72739B
Complementary color
Monochromatic Colors of #72739B
Black with #72739B
Text Example
Text Example
White with #72739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72739B; }
p { color: rgb(114,115,155); }
H1.HeaderClassName
{
color: #72739B;
}
.AnyTagClassName
{
color: #72739B;
}
</style>
background-color css
<style>
a { background-color: #72739B; }
a { background-color: rgb(114,115,155); }
div.DivClassName
{
background-color: #72739B;
}
.BgClassName
{
background-color: #72739B;
}
</style>
border-color css
<style>
span { border-color: #72739B; }
span { border-color: rgb(114,115,155); }
td.TdClassName
{
border-color: #72739B;
}
.TagClassName
{
border-color: #72739B;
}
</style>