Shades of Atoll #277B7A
Tints of Atoll #277B7A
RGB
CMYK
RGB Variations
Color information
#277B7A (or 0x277B7A) is known color: Atoll. HEX triplet: 27, 7B and 7A. RGB value is (39,123,122). Sum of RGB (Red+Green+Blue) = 39+123+122=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #277B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B7A is #D88485. Grayscale: #616161. Windows color (decimal): -14189702 or 8026919. OLE color: 8026919.
HSL color Cylindrical-coordinate representation of color #277B7A: hue angle of 179.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277B7A is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 123 | 122 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.52 |
| HSL | 179.29º | 0.52% | 0.32% | - |
| HSV(B) | 179.29º | 0.68% | 0.48% | - |
| XYZ | 11.43 | 16 | 20.9 | - |
| YUV | 97.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 122 | 0.68 | 0 | 0.01 | 0.52 | 179.29 | 0.52 | 0.32 |
| Hex | 27 | 7B | 7A | 44 | 0 | 1 | 34 | B3 | 34 | 20 |
| Octal | 47 | 173 | 172 | 104 | 0 | 1 | 64 | 263 | 64 | 40 |
| Binary | 100111 | 1111011 | 1111010 | 1000100 | 0 | 1 | 110100 | 10110011 | 110100 | 100000 |
Color Harmonies of #277B7A
Complementary color
Monochromatic Colors of #277B7A
Black with #277B7A
Text Example
Text Example
White with #277B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B7A; }
p { color: rgb(39,123,122); }
H1.HeaderClassName
{
color: #277B7A;
}
.AnyTagClassName
{
color: #277B7A;
}
</style>
background-color css
<style>
a { background-color: #277B7A; }
a { background-color: rgb(39,123,122); }
div.DivClassName
{
background-color: #277B7A;
}
.BgClassName
{
background-color: #277B7A;
}
</style>
border-color css
<style>
span { border-color: #277B7A; }
span { border-color: rgb(39,123,122); }
td.TdClassName
{
border-color: #277B7A;
}
.TagClassName
{
border-color: #277B7A;
}
</style>