Shades of Atoll #1A777C
Tints of Atoll #1A777C
RGB
CMYK
RGB Variations
Color information
#1A777C (or 0x1A777C) is known color: Atoll. HEX triplet: 1A, 77 and 7C. RGB value is (26,119,124). Sum of RGB (Red+Green+Blue) = 26+119+124=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A777C is #E58883. Grayscale: #5B5B5B. Windows color (decimal): -15042692 or 8156954. OLE color: 8156954.
HSL color Cylindrical-coordinate representation of color #1A777C: hue angle of 183.06º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A777C is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 119 | 124 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.51 |
| HSL | 183.06º | 0.65% | 0.29% | - |
| HSV(B) | 183.06º | 0.79% | 0.49% | - |
| XYZ | 10.66 | 14.87 | 21.38 | - |
| YUV | 91.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 124 | 0.79 | 0.04 | 0 | 0.51 | 183.06 | 0.65 | 0.29 |
| Hex | 1A | 77 | 7C | 4F | 4 | 0 | 33 | B7 | 41 | 1D |
| Octal | 32 | 167 | 174 | 117 | 4 | 0 | 63 | 267 | 101 | 35 |
| Binary | 11010 | 1110111 | 1111100 | 1001111 | 100 | 0 | 110011 | 10110111 | 1000001 | 11101 |
Color Harmonies of #1A777C
Complementary color
Monochromatic Colors of #1A777C
Black with #1A777C
Text Example
Text Example
White with #1A777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A777C; }
p { color: rgb(26,119,124); }
H1.HeaderClassName
{
color: #1A777C;
}
.AnyTagClassName
{
color: #1A777C;
}
</style>
background-color css
<style>
a { background-color: #1A777C; }
a { background-color: rgb(26,119,124); }
div.DivClassName
{
background-color: #1A777C;
}
.BgClassName
{
background-color: #1A777C;
}
</style>
border-color css
<style>
span { border-color: #1A777C; }
span { border-color: rgb(26,119,124); }
td.TdClassName
{
border-color: #1A777C;
}
.TagClassName
{
border-color: #1A777C;
}
</style>