Shades of Atoll #1C777A
Tints of Atoll #1C777A
RGB
CMYK
RGB Variations
Color information
#1C777A (or 0x1C777A) is known color: Atoll. HEX triplet: 1C, 77 and 7A. RGB value is (28,119,122). Sum of RGB (Red+Green+Blue) = 28+119+122=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C777A is #E38885. Grayscale: #5C5C5C. Windows color (decimal): -14911622 or 8025884. OLE color: 8025884.
HSL color Cylindrical-coordinate representation of color #1C777A: hue angle of 181.91º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C777A is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 119 | 122 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.52 |
| HSL | 181.91º | 0.63% | 0.29% | - |
| HSV(B) | 181.91º | 0.77% | 0.48% | - |
| XYZ | 10.59 | 14.85 | 20.72 | - |
| YUV | 92.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 122 | 0.77 | 0.02 | 0 | 0.52 | 181.91 | 0.63 | 0.29 |
| Hex | 1C | 77 | 7A | 4D | 2 | 0 | 34 | B6 | 3F | 1D |
| Octal | 34 | 167 | 172 | 115 | 2 | 0 | 64 | 266 | 77 | 35 |
| Binary | 11100 | 1110111 | 1111010 | 1001101 | 10 | 0 | 110100 | 10110110 | 111111 | 11101 |
Color Harmonies of #1C777A
Complementary color
Monochromatic Colors of #1C777A
Black with #1C777A
Text Example
Text Example
White with #1C777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C777A; }
p { color: rgb(28,119,122); }
H1.HeaderClassName
{
color: #1C777A;
}
.AnyTagClassName
{
color: #1C777A;
}
</style>
background-color css
<style>
a { background-color: #1C777A; }
a { background-color: rgb(28,119,122); }
div.DivClassName
{
background-color: #1C777A;
}
.BgClassName
{
background-color: #1C777A;
}
</style>
border-color css
<style>
span { border-color: #1C777A; }
span { border-color: rgb(28,119,122); }
td.TdClassName
{
border-color: #1C777A;
}
.TagClassName
{
border-color: #1C777A;
}
</style>