Shades of Atoll #27747D
Tints of Atoll #27747D
RGB
CMYK
RGB Variations
Color information
#27747D (or 0x27747D) is known color: Atoll. HEX triplet: 27, 74 and 7D. RGB value is (39,116,125). Sum of RGB (Red+Green+Blue) = 39+116+125=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #27747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27747D is #D88B82. Grayscale: #5D5D5D. Windows color (decimal): -14191491 or 8221735. OLE color: 8221735.
HSL color Cylindrical-coordinate representation of color #27747D: hue angle of 186.28º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27747D is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 116 | 125 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.51 |
| HSL | 186.28º | 0.52% | 0.32% | - |
| HSV(B) | 186.28º | 0.69% | 0.49% | - |
| XYZ | 10.78 | 14.4 | 21.61 | - |
| YUV | 94 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 125 | 0.69 | 0.07 | 0 | 0.51 | 186.28 | 0.52 | 0.32 |
| Hex | 27 | 74 | 7D | 45 | 7 | 0 | 33 | BA | 34 | 20 |
| Octal | 47 | 164 | 175 | 105 | 7 | 0 | 63 | 272 | 64 | 40 |
| Binary | 100111 | 1110100 | 1111101 | 1000101 | 111 | 0 | 110011 | 10111010 | 110100 | 100000 |
Color Harmonies of #27747D
Complementary color
Monochromatic Colors of #27747D
Black with #27747D
Text Example
Text Example
White with #27747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27747D; }
p { color: rgb(39,116,125); }
H1.HeaderClassName
{
color: #27747D;
}
.AnyTagClassName
{
color: #27747D;
}
</style>
background-color css
<style>
a { background-color: #27747D; }
a { background-color: rgb(39,116,125); }
div.DivClassName
{
background-color: #27747D;
}
.BgClassName
{
background-color: #27747D;
}
</style>
border-color css
<style>
span { border-color: #27747D; }
span { border-color: rgb(39,116,125); }
td.TdClassName
{
border-color: #27747D;
}
.TagClassName
{
border-color: #27747D;
}
</style>