Shades of Atoll #27787E
Tints of Atoll #27787E
RGB
CMYK
RGB Variations
Color information
#27787E (or 0x27787E) is known color: Atoll. HEX triplet: 27, 78 and 7E. RGB value is (39,120,126). Sum of RGB (Red+Green+Blue) = 39+120+126=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #27787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27787E is #D88781. Grayscale: #606060. Windows color (decimal): -14190466 or 8288295. OLE color: 8288295.
HSL color Cylindrical-coordinate representation of color #27787E: hue angle of 184.14º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27787E is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 120 | 126 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.51 |
| HSL | 184.14º | 0.53% | 0.32% | - |
| HSV(B) | 184.14º | 0.69% | 0.49% | - |
| XYZ | 11.32 | 15.37 | 22.11 | - |
| YUV | 96.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 126 | 0.69 | 0.05 | 0 | 0.51 | 184.14 | 0.53 | 0.32 |
| Hex | 27 | 78 | 7E | 45 | 5 | 0 | 33 | B8 | 35 | 20 |
| Octal | 47 | 170 | 176 | 105 | 5 | 0 | 63 | 270 | 65 | 40 |
| Binary | 100111 | 1111000 | 1111110 | 1000101 | 101 | 0 | 110011 | 10111000 | 110101 | 100000 |
Color Harmonies of #27787E
Complementary color
Monochromatic Colors of #27787E
Black with #27787E
Text Example
Text Example
White with #27787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27787E; }
p { color: rgb(39,120,126); }
H1.HeaderClassName
{
color: #27787E;
}
.AnyTagClassName
{
color: #27787E;
}
</style>
background-color css
<style>
a { background-color: #27787E; }
a { background-color: rgb(39,120,126); }
div.DivClassName
{
background-color: #27787E;
}
.BgClassName
{
background-color: #27787E;
}
</style>
border-color css
<style>
span { border-color: #27787E; }
span { border-color: rgb(39,120,126); }
td.TdClassName
{
border-color: #27787E;
}
.TagClassName
{
border-color: #27787E;
}
</style>