Shades of Scampi #72669C
Tints of Scampi #72669C
RGB
CMYK
RGB Variations
Color information
#72669C (or 0x72669C) is known color: Scampi. HEX triplet: 72, 66 and 9C. RGB value is (114,102,156). Sum of RGB (Red+Green+Blue) = 114+102+156=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #72669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72669C is #8D9963. Grayscale: #6F6F6F. Windows color (decimal): -9279844 or 10249842. OLE color: 10249842.
HSL color Cylindrical-coordinate representation of color #72669C: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72669C is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 102 | 156 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.39 |
| HSL | 253.33º | 0.21% | 0.51% | - |
| HSV(B) | 253.33º | 0.35% | 0.61% | - |
| XYZ | 17.69 | 15.48 | 33.51 | - |
| YUV | 111.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 156 | 0.27 | 0.35 | 0 | 0.39 | 253.33 | 0.21 | 0.51 |
| Hex | 72 | 66 | 9C | 1B | 23 | 0 | 27 | FD | 15 | 33 |
| Octal | 162 | 146 | 234 | 33 | 43 | 0 | 47 | 375 | 25 | 63 |
| Binary | 1110010 | 1100110 | 10011100 | 11011 | 100011 | 0 | 100111 | 11111101 | 10101 | 110011 |
Color Harmonies of #72669C
Complementary color
Monochromatic Colors of #72669C
Black with #72669C
Text Example
Text Example
White with #72669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72669C; }
p { color: rgb(114,102,156); }
H1.HeaderClassName
{
color: #72669C;
}
.AnyTagClassName
{
color: #72669C;
}
</style>
background-color css
<style>
a { background-color: #72669C; }
a { background-color: rgb(114,102,156); }
div.DivClassName
{
background-color: #72669C;
}
.BgClassName
{
background-color: #72669C;
}
</style>
border-color css
<style>
span { border-color: #72669C; }
span { border-color: rgb(114,102,156); }
td.TdClassName
{
border-color: #72669C;
}
.TagClassName
{
border-color: #72669C;
}
</style>