Shades of Atoll #207B7C
Tints of Atoll #207B7C
RGB
CMYK
RGB Variations
Color information
#207B7C (or 0x207B7C) is known color: Atoll. HEX triplet: 20, 7B and 7C. RGB value is (32,123,124). Sum of RGB (Red+Green+Blue) = 32+123+124=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #207B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B7C is #DF8483. Grayscale: #5F5F5F. Windows color (decimal): -14648452 or 8157984. OLE color: 8157984.
HSL color Cylindrical-coordinate representation of color #207B7C: hue angle of 180.65º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B7C is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 123 | 124 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.51 |
| HSL | 180.65º | 0.59% | 0.31% | - |
| HSV(B) | 180.65º | 0.74% | 0.49% | - |
| XYZ | 11.32 | 15.93 | 21.55 | - |
| YUV | 95.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 124 | 0.74 | 0.01 | 0 | 0.51 | 180.65 | 0.59 | 0.31 |
| Hex | 20 | 7B | 7C | 4A | 1 | 0 | 33 | B5 | 3B | 1F |
| Octal | 40 | 173 | 174 | 112 | 1 | 0 | 63 | 265 | 73 | 37 |
| Binary | 100000 | 1111011 | 1111100 | 1001010 | 1 | 0 | 110011 | 10110101 | 111011 | 11111 |
Color Harmonies of #207B7C
Complementary color
Monochromatic Colors of #207B7C
Black with #207B7C
Text Example
Text Example
White with #207B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B7C; }
p { color: rgb(32,123,124); }
H1.HeaderClassName
{
color: #207B7C;
}
.AnyTagClassName
{
color: #207B7C;
}
</style>
background-color css
<style>
a { background-color: #207B7C; }
a { background-color: rgb(32,123,124); }
div.DivClassName
{
background-color: #207B7C;
}
.BgClassName
{
background-color: #207B7C;
}
</style>
border-color css
<style>
span { border-color: #207B7C; }
span { border-color: rgb(32,123,124); }
td.TdClassName
{
border-color: #207B7C;
}
.TagClassName
{
border-color: #207B7C;
}
</style>