Shades of Atoll #277F7E
Tints of Atoll #277F7E
RGB
CMYK
RGB Variations
Color information
#277F7E (or 0x277F7E) is known color: Atoll. HEX triplet: 27, 7F and 7E. RGB value is (39,127,126). Sum of RGB (Red+Green+Blue) = 39+127+126=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #277F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F7E is #D88081. Grayscale: #646464. Windows color (decimal): -14188674 or 8290087. OLE color: 8290087.
HSL color Cylindrical-coordinate representation of color #277F7E: hue angle of 179.32º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F7E is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 126 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.50 |
| HSL | 179.32º | 0.53% | 0.33% | - |
| HSV(B) | 179.32º | 0.69% | 0.5% | - |
| XYZ | 12.19 | 17.12 | 22.4 | - |
| YUV | 100.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 126 | 0.69 | 0 | 0.01 | 0.50 | 179.32 | 0.53 | 0.33 |
| Hex | 27 | 7F | 7E | 45 | 0 | 1 | 32 | B3 | 35 | 21 |
| Octal | 47 | 177 | 176 | 105 | 0 | 1 | 62 | 263 | 65 | 41 |
| Binary | 100111 | 1111111 | 1111110 | 1000101 | 0 | 1 | 110010 | 10110011 | 110101 | 100001 |
Color Harmonies of #277F7E
Complementary color
Monochromatic Colors of #277F7E
Black with #277F7E
Text Example
Text Example
White with #277F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F7E; }
p { color: rgb(39,127,126); }
H1.HeaderClassName
{
color: #277F7E;
}
.AnyTagClassName
{
color: #277F7E;
}
</style>
background-color css
<style>
a { background-color: #277F7E; }
a { background-color: rgb(39,127,126); }
div.DivClassName
{
background-color: #277F7E;
}
.BgClassName
{
background-color: #277F7E;
}
</style>
border-color css
<style>
span { border-color: #277F7E; }
span { border-color: rgb(39,127,126); }
td.TdClassName
{
border-color: #277F7E;
}
.TagClassName
{
border-color: #277F7E;
}
</style>