Shades of Salem #07794A
Tints of Salem #07794A
RGB
CMYK
RGB Variations
Color information
#07794A (or 0x07794A) is known color: Salem. HEX triplet: 07, 79 and 4A. RGB value is (7,121,74). Sum of RGB (Red+Green+Blue) = 7+121+74=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #07794A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07794A is #F886B5. Grayscale: #515151. Windows color (decimal): -16287414 or 4880647. OLE color: 4880647.
HSL color Cylindrical-coordinate representation of color #07794A: hue angle of 155.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07794A is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 74 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.53 |
| HSL | 155.26º | 0.89% | 0.25% | - |
| HSV(B) | 155.26º | 0.94% | 0.47% | - |
| XYZ | 8.16 | 14.21 | 8.79 | - |
| YUV | 81.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 74 | 0.94 | 0 | 0.39 | 0.53 | 155.26 | 0.89 | 0.25 |
| Hex | 7 | 79 | 4A | 5E | 0 | 27 | 35 | 9B | 59 | 19 |
| Octal | 7 | 171 | 112 | 136 | 0 | 47 | 65 | 233 | 131 | 31 |
| Binary | 111 | 1111001 | 1001010 | 1011110 | 0 | 100111 | 110101 | 10011011 | 1011001 | 11001 |
Color Harmonies of #07794A
Complementary color
Monochromatic Colors of #07794A
Black with #07794A
Text Example
Text Example
White with #07794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07794A; }
p { color: rgb(7,121,74); }
H1.HeaderClassName
{
color: #07794A;
}
.AnyTagClassName
{
color: #07794A;
}
</style>
background-color css
<style>
a { background-color: #07794A; }
a { background-color: rgb(7,121,74); }
div.DivClassName
{
background-color: #07794A;
}
.BgClassName
{
background-color: #07794A;
}
</style>
border-color css
<style>
span { border-color: #07794A; }
span { border-color: rgb(7,121,74); }
td.TdClassName
{
border-color: #07794A;
}
.TagClassName
{
border-color: #07794A;
}
</style>