Shades of Scampi #72699C
Tints of Scampi #72699C
RGB
CMYK
RGB Variations
Color information
#72699C (or 0x72699C) is known color: Scampi. HEX triplet: 72, 69 and 9C. RGB value is (114,105,156). Sum of RGB (Red+Green+Blue) = 114+105+156=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #72699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72699C is #8D9663. Grayscale: #717171. Windows color (decimal): -9279076 or 10250610. OLE color: 10250610.
HSL color Cylindrical-coordinate representation of color #72699C: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72699C is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 105 | 156 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.39 |
| HSL | 250.59º | 0.2% | 0.51% | - |
| HSV(B) | 250.59º | 0.33% | 0.61% | - |
| XYZ | 17.99 | 16.08 | 33.61 | - |
| YUV | 113.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 156 | 0.27 | 0.33 | 0 | 0.39 | 250.59 | 0.2 | 0.51 |
| Hex | 72 | 69 | 9C | 1B | 21 | 0 | 27 | FB | 14 | 33 |
| Octal | 162 | 151 | 234 | 33 | 41 | 0 | 47 | 373 | 24 | 63 |
| Binary | 1110010 | 1101001 | 10011100 | 11011 | 100001 | 0 | 100111 | 11111011 | 10100 | 110011 |
Color Harmonies of #72699C
Complementary color
Monochromatic Colors of #72699C
Black with #72699C
Text Example
Text Example
White with #72699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72699C; }
p { color: rgb(114,105,156); }
H1.HeaderClassName
{
color: #72699C;
}
.AnyTagClassName
{
color: #72699C;
}
</style>
background-color css
<style>
a { background-color: #72699C; }
a { background-color: rgb(114,105,156); }
div.DivClassName
{
background-color: #72699C;
}
.BgClassName
{
background-color: #72699C;
}
</style>
border-color css
<style>
span { border-color: #72699C; }
span { border-color: rgb(114,105,156); }
td.TdClassName
{
border-color: #72699C;
}
.TagClassName
{
border-color: #72699C;
}
</style>