Shades of Atoll #27747C
Tints of Atoll #27747C
RGB
CMYK
RGB Variations
Color information
#27747C (or 0x27747C) is known color: Atoll. HEX triplet: 27, 74 and 7C. RGB value is (39,116,124). Sum of RGB (Red+Green+Blue) = 39+116+124=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #27747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27747C is #D88B83. Grayscale: #5D5D5D. Windows color (decimal): -14191492 or 8156199. OLE color: 8156199.
HSL color Cylindrical-coordinate representation of color #27747C: hue angle of 185.65º 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 #27747C is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 116 | 124 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.51 |
| HSL | 185.65º | 0.52% | 0.32% | - |
| HSV(B) | 185.65º | 0.69% | 0.49% | - |
| XYZ | 10.72 | 14.38 | 21.28 | - |
| YUV | 93.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 124 | 0.69 | 0.06 | 0 | 0.51 | 185.65 | 0.52 | 0.32 |
| Hex | 27 | 74 | 7C | 45 | 6 | 0 | 33 | BA | 34 | 20 |
| Octal | 47 | 164 | 174 | 105 | 6 | 0 | 63 | 272 | 64 | 40 |
| Binary | 100111 | 1110100 | 1111100 | 1000101 | 110 | 0 | 110011 | 10111010 | 110100 | 100000 |
Color Harmonies of #27747C
Complementary color
Monochromatic Colors of #27747C
Black with #27747C
Text Example
Text Example
White with #27747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27747C; }
p { color: rgb(39,116,124); }
H1.HeaderClassName
{
color: #27747C;
}
.AnyTagClassName
{
color: #27747C;
}
</style>
background-color css
<style>
a { background-color: #27747C; }
a { background-color: rgb(39,116,124); }
div.DivClassName
{
background-color: #27747C;
}
.BgClassName
{
background-color: #27747C;
}
</style>
border-color css
<style>
span { border-color: #27747C; }
span { border-color: rgb(39,116,124); }
td.TdClassName
{
border-color: #27747C;
}
.TagClassName
{
border-color: #27747C;
}
</style>