Shades of Allports #27717D
Tints of Allports #27717D
RGB
CMYK
RGB Variations
Color information
#27717D (or 0x27717D) is known color: Allports. HEX triplet: 27, 71 and 7D. RGB value is (39,113,125). Sum of RGB (Red+Green+Blue) = 39+113+125=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #27717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27717D is #D88E82. Grayscale: #5C5C5C. Windows color (decimal): -14192259 or 8220967. OLE color: 8220967.
HSL color Cylindrical-coordinate representation of color #27717D: hue angle of 188.37º 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 #27717D is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 113 | 125 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.51 |
| HSL | 188.37º | 0.52% | 0.32% | - |
| HSV(B) | 188.37º | 0.69% | 0.49% | - |
| XYZ | 10.44 | 13.72 | 21.5 | - |
| YUV | 92.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 125 | 0.69 | 0.10 | 0 | 0.51 | 188.37 | 0.52 | 0.32 |
| Hex | 27 | 71 | 7D | 45 | A | 0 | 33 | BC | 34 | 20 |
| Octal | 47 | 161 | 175 | 105 | 12 | 0 | 63 | 274 | 64 | 40 |
| Binary | 100111 | 1110001 | 1111101 | 1000101 | 1010 | 0 | 110011 | 10111100 | 110100 | 100000 |
Color Harmonies of #27717D
Complementary color
Monochromatic Colors of #27717D
Black with #27717D
Text Example
Text Example
White with #27717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27717D; }
p { color: rgb(39,113,125); }
H1.HeaderClassName
{
color: #27717D;
}
.AnyTagClassName
{
color: #27717D;
}
</style>
background-color css
<style>
a { background-color: #27717D; }
a { background-color: rgb(39,113,125); }
div.DivClassName
{
background-color: #27717D;
}
.BgClassName
{
background-color: #27717D;
}
</style>
border-color css
<style>
span { border-color: #27717D; }
span { border-color: rgb(39,113,125); }
td.TdClassName
{
border-color: #27717D;
}
.TagClassName
{
border-color: #27717D;
}
</style>