Shades of Padua #7CAC92
Tints of Padua #7CAC92
RGB
CMYK
RGB Variations
Color information
#7CAC92 (or 0x7CAC92) is known color: Padua. HEX triplet: 7C, AC and 92. RGB value is (124,172,146). Sum of RGB (Red+Green+Blue) = 124+172+146=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC92 is #83536D. Grayscale: #9A9A9A. Windows color (decimal): -8606574 or 9612412. OLE color: 9612412.
HSL color Cylindrical-coordinate representation of color #7CAC92: hue angle of 147.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAC92 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 146 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.33 |
| HSL | 147.5º | 0.22% | 0.58% | - |
| HSV(B) | 147.5º | 0.28% | 0.67% | - |
| XYZ | 28.25 | 35.87 | 32.63 | - |
| YUV | 154.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 146 | 0.28 | 0 | 0.15 | 0.33 | 147.5 | 0.22 | 0.58 |
| Hex | 7C | AC | 92 | 1C | 0 | F | 21 | 94 | 16 | 3A |
| Octal | 174 | 254 | 222 | 34 | 0 | 17 | 41 | 224 | 26 | 72 |
| Binary | 1111100 | 10101100 | 10010010 | 11100 | 0 | 1111 | 100001 | 10010100 | 10110 | 111010 |
Color Harmonies of #7CAC92
Complementary color
Monochromatic Colors of #7CAC92
Black with #7CAC92
Text Example
Text Example
White with #7CAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC92; }
p { color: rgb(124,172,146); }
H1.HeaderClassName
{
color: #7CAC92;
}
.AnyTagClassName
{
color: #7CAC92;
}
</style>
background-color css
<style>
a { background-color: #7CAC92; }
a { background-color: rgb(124,172,146); }
div.DivClassName
{
background-color: #7CAC92;
}
.BgClassName
{
background-color: #7CAC92;
}
</style>
border-color css
<style>
span { border-color: #7CAC92; }
span { border-color: rgb(124,172,146); }
td.TdClassName
{
border-color: #7CAC92;
}
.TagClassName
{
border-color: #7CAC92;
}
</style>