Shades of Atoll #207879
Tints of Atoll #207879
RGB
CMYK
RGB Variations
Color information
#207879 (or 0x207879) is known color: Atoll. HEX triplet: 20, 78 and 79. RGB value is (32,120,121). Sum of RGB (Red+Green+Blue) = 32+120+121=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #207879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207879 is #DF8786. Grayscale: #5D5D5D. Windows color (decimal): -14649223 or 7960608. OLE color: 7960608.
HSL color Cylindrical-coordinate representation of color #207879: hue angle of 180.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207879 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 121 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.53 |
| HSL | 180.67º | 0.58% | 0.3% | - |
| HSV(B) | 180.67º | 0.74% | 0.47% | - |
| XYZ | 10.76 | 15.12 | 20.44 | - |
| YUV | 93.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 121 | 0.74 | 0.01 | 0 | 0.53 | 180.67 | 0.58 | 0.3 |
| Hex | 20 | 78 | 79 | 4A | 1 | 0 | 35 | B5 | 3A | 1E |
| Octal | 40 | 170 | 171 | 112 | 1 | 0 | 65 | 265 | 72 | 36 |
| Binary | 100000 | 1111000 | 1111001 | 1001010 | 1 | 0 | 110101 | 10110101 | 111010 | 11110 |
Color Harmonies of #207879
Complementary color
Monochromatic Colors of #207879
Black with #207879
Text Example
Text Example
White with #207879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207879; }
p { color: rgb(32,120,121); }
H1.HeaderClassName
{
color: #207879;
}
.AnyTagClassName
{
color: #207879;
}
</style>
background-color css
<style>
a { background-color: #207879; }
a { background-color: rgb(32,120,121); }
div.DivClassName
{
background-color: #207879;
}
.BgClassName
{
background-color: #207879;
}
</style>
border-color css
<style>
span { border-color: #207879; }
span { border-color: rgb(32,120,121); }
td.TdClassName
{
border-color: #207879;
}
.TagClassName
{
border-color: #207879;
}
</style>