Shades of Allports #27707C
Tints of Allports #27707C
RGB
CMYK
RGB Variations
Color information
#27707C (or 0x27707C) is known color: Allports. HEX triplet: 27, 70 and 7C. RGB value is (39,112,124). Sum of RGB (Red+Green+Blue) = 39+112+124=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #27707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27707C is #D88F83. Grayscale: #5B5B5B. Windows color (decimal): -14192516 or 8155175. OLE color: 8155175.
HSL color Cylindrical-coordinate representation of color #27707C: hue angle of 188.47º 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 #27707C is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 112 | 124 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.51 |
| HSL | 188.47º | 0.52% | 0.32% | - |
| HSV(B) | 188.47º | 0.69% | 0.49% | - |
| XYZ | 10.27 | 13.47 | 21.13 | - |
| YUV | 91.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 124 | 0.69 | 0.10 | 0 | 0.51 | 188.47 | 0.52 | 0.32 |
| Hex | 27 | 70 | 7C | 45 | A | 0 | 33 | BC | 34 | 20 |
| Octal | 47 | 160 | 174 | 105 | 12 | 0 | 63 | 274 | 64 | 40 |
| Binary | 100111 | 1110000 | 1111100 | 1000101 | 1010 | 0 | 110011 | 10111100 | 110100 | 100000 |
Color Harmonies of #27707C
Complementary color
Monochromatic Colors of #27707C
Black with #27707C
Text Example
Text Example
White with #27707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27707C; }
p { color: rgb(39,112,124); }
H1.HeaderClassName
{
color: #27707C;
}
.AnyTagClassName
{
color: #27707C;
}
</style>
background-color css
<style>
a { background-color: #27707C; }
a { background-color: rgb(39,112,124); }
div.DivClassName
{
background-color: #27707C;
}
.BgClassName
{
background-color: #27707C;
}
</style>
border-color css
<style>
span { border-color: #27707C; }
span { border-color: rgb(39,112,124); }
td.TdClassName
{
border-color: #27707C;
}
.TagClassName
{
border-color: #27707C;
}
</style>