Shades of Atoll #28777B
Tints of Atoll #28777B
RGB
CMYK
RGB Variations
Color information
#28777B (or 0x28777B) is known color: Atoll. HEX triplet: 28, 77 and 7B. RGB value is (40,119,123). Sum of RGB (Red+Green+Blue) = 40+119+123=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #28777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28777B is #D78884. Grayscale: #5F5F5F. Windows color (decimal): -14125189 or 8091432. OLE color: 8091432.
HSL color Cylindrical-coordinate representation of color #28777B: hue angle of 182.89º 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 #28777B is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 119 | 123 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.52 |
| HSL | 182.89º | 0.51% | 0.32% | - |
| HSV(B) | 182.89º | 0.67% | 0.48% | - |
| XYZ | 11.05 | 15.07 | 21.07 | - |
| YUV | 95.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 123 | 0.67 | 0.03 | 0 | 0.52 | 182.89 | 0.51 | 0.32 |
| Hex | 28 | 77 | 7B | 43 | 3 | 0 | 34 | B7 | 33 | 20 |
| Octal | 50 | 167 | 173 | 103 | 3 | 0 | 64 | 267 | 63 | 40 |
| Binary | 101000 | 1110111 | 1111011 | 1000011 | 11 | 0 | 110100 | 10110111 | 110011 | 100000 |
Color Harmonies of #28777B
Complementary color
Monochromatic Colors of #28777B
Black with #28777B
Text Example
Text Example
White with #28777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28777B; }
p { color: rgb(40,119,123); }
H1.HeaderClassName
{
color: #28777B;
}
.AnyTagClassName
{
color: #28777B;
}
</style>
background-color css
<style>
a { background-color: #28777B; }
a { background-color: rgb(40,119,123); }
div.DivClassName
{
background-color: #28777B;
}
.BgClassName
{
background-color: #28777B;
}
</style>
border-color css
<style>
span { border-color: #28777B; }
span { border-color: rgb(40,119,123); }
td.TdClassName
{
border-color: #28777B;
}
.TagClassName
{
border-color: #28777B;
}
</style>