Shades of Atoll #27767B
Tints of Atoll #27767B
RGB
CMYK
RGB Variations
Color information
#27767B (or 0x27767B) is known color: Atoll. HEX triplet: 27, 76 and 7B. RGB value is (39,118,123). Sum of RGB (Red+Green+Blue) = 39+118+123=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #27767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27767B is #D88984. Grayscale: #5E5E5E. Windows color (decimal): -14190981 or 8091175. OLE color: 8091175.
HSL color Cylindrical-coordinate representation of color #27767B: hue angle of 183.57º 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 #27767B is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 118 | 123 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.52 |
| HSL | 183.57º | 0.52% | 0.32% | - |
| HSV(B) | 183.57º | 0.68% | 0.48% | - |
| XYZ | 10.89 | 14.82 | 21.03 | - |
| YUV | 94.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 123 | 0.68 | 0.04 | 0 | 0.52 | 183.57 | 0.52 | 0.32 |
| Hex | 27 | 76 | 7B | 44 | 4 | 0 | 34 | B8 | 34 | 20 |
| Octal | 47 | 166 | 173 | 104 | 4 | 0 | 64 | 270 | 64 | 40 |
| Binary | 100111 | 1110110 | 1111011 | 1000100 | 100 | 0 | 110100 | 10111000 | 110100 | 100000 |
Color Harmonies of #27767B
Complementary color
Monochromatic Colors of #27767B
Black with #27767B
Text Example
Text Example
White with #27767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27767B; }
p { color: rgb(39,118,123); }
H1.HeaderClassName
{
color: #27767B;
}
.AnyTagClassName
{
color: #27767B;
}
</style>
background-color css
<style>
a { background-color: #27767B; }
a { background-color: rgb(39,118,123); }
div.DivClassName
{
background-color: #27767B;
}
.BgClassName
{
background-color: #27767B;
}
</style>
border-color css
<style>
span { border-color: #27767B; }
span { border-color: rgb(39,118,123); }
td.TdClassName
{
border-color: #27767B;
}
.TagClassName
{
border-color: #27767B;
}
</style>