Shades of Allports #20727A
Tints of Allports #20727A
RGB
CMYK
RGB Variations
Color information
#20727A (or 0x20727A) is known color: Allports. HEX triplet: 20, 72 and 7A. RGB value is (32,114,122). Sum of RGB (Red+Green+Blue) = 32+114+122=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #20727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20727A is #DF8D85. Grayscale: #5A5A5A. Windows color (decimal): -14650758 or 8024608. OLE color: 8024608.
HSL color Cylindrical-coordinate representation of color #20727A: hue angle of 185.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20727A is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 114 | 122 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.52 |
| HSL | 185.33º | 0.58% | 0.3% | - |
| HSV(B) | 185.33º | 0.74% | 0.48% | - |
| XYZ | 10.13 | 13.75 | 20.53 | - |
| YUV | 90.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 122 | 0.74 | 0.07 | 0 | 0.52 | 185.33 | 0.58 | 0.3 |
| Hex | 20 | 72 | 7A | 4A | 7 | 0 | 34 | B9 | 3A | 1E |
| Octal | 40 | 162 | 172 | 112 | 7 | 0 | 64 | 271 | 72 | 36 |
| Binary | 100000 | 1110010 | 1111010 | 1001010 | 111 | 0 | 110100 | 10111001 | 111010 | 11110 |
Color Harmonies of #20727A
Complementary color
Monochromatic Colors of #20727A
Black with #20727A
Text Example
Text Example
White with #20727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20727A; }
p { color: rgb(32,114,122); }
H1.HeaderClassName
{
color: #20727A;
}
.AnyTagClassName
{
color: #20727A;
}
</style>
background-color css
<style>
a { background-color: #20727A; }
a { background-color: rgb(32,114,122); }
div.DivClassName
{
background-color: #20727A;
}
.BgClassName
{
background-color: #20727A;
}
</style>
border-color css
<style>
span { border-color: #20727A; }
span { border-color: rgb(32,114,122); }
td.TdClassName
{
border-color: #20727A;
}
.TagClassName
{
border-color: #20727A;
}
</style>