Shades of Swamp #072426
Tints of Swamp #072426
RGB
CMYK
RGB Variations
Color information
#072426 (or 0x072426) is known color: Swamp. HEX triplet: 07, 24 and 26. RGB value is (7,36,38). Sum of RGB (Red+Green+Blue) = 7+36+38=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #072426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072426 is #F8DBD9. Grayscale: #1B1B1B. Windows color (decimal): -16309210 or 2499591. OLE color: 2499591.
HSL color Cylindrical-coordinate representation of color #072426: hue angle of 183.87º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072426 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 36 | 38 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.85 |
| HSL | 183.87º | 0.69% | 0.09% | - |
| HSV(B) | 183.87º | 0.82% | 0.15% | - |
| XYZ | 1.07 | 1.45 | 2.06 | - |
| YUV | 27.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 38 | 0.82 | 0.05 | 0 | 0.85 | 183.87 | 0.69 | 0.09 |
| Hex | 7 | 24 | 26 | 52 | 5 | 0 | 55 | B8 | 45 | 9 |
| Octal | 7 | 44 | 46 | 122 | 5 | 0 | 125 | 270 | 105 | 11 |
| Binary | 111 | 100100 | 100110 | 1010010 | 101 | 0 | 1010101 | 10111000 | 1000101 | 1001 |
Color Harmonies of #072426
Complementary color
Monochromatic Colors of #072426
Black with #072426
Text Example
Text Example
White with #072426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072426; }
p { color: rgb(7,36,38); }
H1.HeaderClassName
{
color: #072426;
}
.AnyTagClassName
{
color: #072426;
}
</style>
background-color css
<style>
a { background-color: #072426; }
a { background-color: rgb(7,36,38); }
div.DivClassName
{
background-color: #072426;
}
.BgClassName
{
background-color: #072426;
}
</style>
border-color css
<style>
span { border-color: #072426; }
span { border-color: rgb(7,36,38); }
td.TdClassName
{
border-color: #072426;
}
.TagClassName
{
border-color: #072426;
}
</style>