Shades of Atoll #26777E
Tints of Atoll #26777E
RGB
CMYK
RGB Variations
Color information
#26777E (or 0x26777E) is known color: Atoll. HEX triplet: 26, 77 and 7E. RGB value is (38,119,126). Sum of RGB (Red+Green+Blue) = 38+119+126=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #26777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26777E is #D98881. Grayscale: #5F5F5F. Windows color (decimal): -14256258 or 8288038. OLE color: 8288038.
HSL color Cylindrical-coordinate representation of color #26777E: hue angle of 184.77º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26777E is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 119 | 126 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.51 |
| HSL | 184.77º | 0.54% | 0.32% | - |
| HSV(B) | 184.77º | 0.7% | 0.49% | - |
| XYZ | 11.16 | 15.11 | 22.07 | - |
| YUV | 95.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 126 | 0.70 | 0.06 | 0 | 0.51 | 184.77 | 0.54 | 0.32 |
| Hex | 26 | 77 | 7E | 46 | 6 | 0 | 33 | B9 | 36 | 20 |
| Octal | 46 | 167 | 176 | 106 | 6 | 0 | 63 | 271 | 66 | 40 |
| Binary | 100110 | 1110111 | 1111110 | 1000110 | 110 | 0 | 110011 | 10111001 | 110110 | 100000 |
Color Harmonies of #26777E
Complementary color
Monochromatic Colors of #26777E
Black with #26777E
Text Example
Text Example
White with #26777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26777E; }
p { color: rgb(38,119,126); }
H1.HeaderClassName
{
color: #26777E;
}
.AnyTagClassName
{
color: #26777E;
}
</style>
background-color css
<style>
a { background-color: #26777E; }
a { background-color: rgb(38,119,126); }
div.DivClassName
{
background-color: #26777E;
}
.BgClassName
{
background-color: #26777E;
}
</style>
border-color css
<style>
span { border-color: #26777E; }
span { border-color: rgb(38,119,126); }
td.TdClassName
{
border-color: #26777E;
}
.TagClassName
{
border-color: #26777E;
}
</style>