Shades of Atoll #207075
Tints of Atoll #207075
RGB
CMYK
RGB Variations
Color information
#207075 (or 0x207075) is known color: Atoll. HEX triplet: 20, 70 and 75. RGB value is (32,112,117). Sum of RGB (Red+Green+Blue) = 32+112+117=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #207075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207075 is #DF8F8A. Grayscale: #585858. Windows color (decimal): -14651275 or 7696416. OLE color: 7696416.
HSL color Cylindrical-coordinate representation of color #207075: hue angle of 183.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207075 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 112 | 117 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.54 |
| HSL | 183.53º | 0.57% | 0.29% | - |
| HSV(B) | 183.53º | 0.73% | 0.46% | - |
| XYZ | 9.6 | 13.18 | 18.87 | - |
| YUV | 88.65 | 144 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 117 | 0.73 | 0.04 | 0 | 0.54 | 183.53 | 0.57 | 0.29 |
| Hex | 20 | 70 | 75 | 49 | 4 | 0 | 36 | B8 | 39 | 1D |
| Octal | 40 | 160 | 165 | 111 | 4 | 0 | 66 | 270 | 71 | 35 |
| Binary | 100000 | 1110000 | 1110101 | 1001001 | 100 | 0 | 110110 | 10111000 | 111001 | 11101 |
Color Harmonies of #207075
Complementary color
Monochromatic Colors of #207075
Black with #207075
Text Example
Text Example
White with #207075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207075; }
p { color: rgb(32,112,117); }
H1.HeaderClassName
{
color: #207075;
}
.AnyTagClassName
{
color: #207075;
}
</style>
background-color css
<style>
a { background-color: #207075; }
a { background-color: rgb(32,112,117); }
div.DivClassName
{
background-color: #207075;
}
.BgClassName
{
background-color: #207075;
}
</style>
border-color css
<style>
span { border-color: #207075; }
span { border-color: rgb(32,112,117); }
td.TdClassName
{
border-color: #207075;
}
.TagClassName
{
border-color: #207075;
}
</style>