Shades of Atoll #28777A
Tints of Atoll #28777A
RGB
CMYK
RGB Variations
Color information
#28777A (or 0x28777A) is known color: Atoll. HEX triplet: 28, 77 and 7A. RGB value is (40,119,122). Sum of RGB (Red+Green+Blue) = 40+119+122=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #28777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28777A is #D78885. Grayscale: #5F5F5F. Windows color (decimal): -14125190 or 8025896. OLE color: 8025896.
HSL color Cylindrical-coordinate representation of color #28777A: hue angle of 182.2º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28777A is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 119 | 122 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.52 |
| HSL | 182.2º | 0.51% | 0.32% | - |
| HSV(B) | 182.2º | 0.67% | 0.48% | - |
| XYZ | 10.98 | 15.05 | 20.74 | - |
| YUV | 95.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 122 | 0.67 | 0.02 | 0 | 0.52 | 182.2 | 0.51 | 0.32 |
| Hex | 28 | 77 | 7A | 43 | 2 | 0 | 34 | B6 | 33 | 20 |
| Octal | 50 | 167 | 172 | 103 | 2 | 0 | 64 | 266 | 63 | 40 |
| Binary | 101000 | 1110111 | 1111010 | 1000011 | 10 | 0 | 110100 | 10110110 | 110011 | 100000 |
Color Harmonies of #28777A
Complementary color
Monochromatic Colors of #28777A
Black with #28777A
Text Example
Text Example
White with #28777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28777A; }
p { color: rgb(40,119,122); }
H1.HeaderClassName
{
color: #28777A;
}
.AnyTagClassName
{
color: #28777A;
}
</style>
background-color css
<style>
a { background-color: #28777A; }
a { background-color: rgb(40,119,122); }
div.DivClassName
{
background-color: #28777A;
}
.BgClassName
{
background-color: #28777A;
}
</style>
border-color css
<style>
span { border-color: #28777A; }
span { border-color: rgb(40,119,122); }
td.TdClassName
{
border-color: #28777A;
}
.TagClassName
{
border-color: #28777A;
}
</style>