Shades of Atoll #277F80
Tints of Atoll #277F80
RGB
CMYK
RGB Variations
Color information
#277F80 (or 0x277F80) is known color: Atoll. HEX triplet: 27, 7F and 80. RGB value is (39,127,128). Sum of RGB (Red+Green+Blue) = 39+127+128=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #277F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F80 is #D8807F. Grayscale: #646464. Windows color (decimal): -14188672 or 8421159. OLE color: 8421159.
HSL color Cylindrical-coordinate representation of color #277F80: hue angle of 180.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277F80 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 128 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.50 |
| HSL | 180.67º | 0.53% | 0.33% | - |
| HSV(B) | 180.67º | 0.7% | 0.5% | - |
| XYZ | 12.32 | 17.17 | 23.09 | - |
| YUV | 100.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 128 | 0.70 | 0.01 | 0 | 0.50 | 180.67 | 0.53 | 0.33 |
| Hex | 27 | 7F | 80 | 46 | 1 | 0 | 32 | B5 | 35 | 21 |
| Octal | 47 | 177 | 200 | 106 | 1 | 0 | 62 | 265 | 65 | 41 |
| Binary | 100111 | 1111111 | 10000000 | 1000110 | 1 | 0 | 110010 | 10110101 | 110101 | 100001 |
Color Harmonies of #277F80
Complementary color
Monochromatic Colors of #277F80
Black with #277F80
Text Example
Text Example
White with #277F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F80; }
p { color: rgb(39,127,128); }
H1.HeaderClassName
{
color: #277F80;
}
.AnyTagClassName
{
color: #277F80;
}
</style>
background-color css
<style>
a { background-color: #277F80; }
a { background-color: rgb(39,127,128); }
div.DivClassName
{
background-color: #277F80;
}
.BgClassName
{
background-color: #277F80;
}
</style>
border-color css
<style>
span { border-color: #277F80; }
span { border-color: rgb(39,127,128); }
td.TdClassName
{
border-color: #277F80;
}
.TagClassName
{
border-color: #277F80;
}
</style>