Shades of Allports #17777E
Tints of Allports #17777E
RGB
CMYK
RGB Variations
Color information
#17777E (or 0x17777E) is known color: Allports. HEX triplet: 17, 77 and 7E. RGB value is (23,119,126). Sum of RGB (Red+Green+Blue) = 23+119+126=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #17777E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17777E is #E88881. Grayscale: #5A5A5A. Windows color (decimal): -15239298 or 8288023. OLE color: 8288023.
HSL color Cylindrical-coordinate representation of color #17777E: hue angle of 184.08º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17777E is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 119 | 126 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.51 |
| HSL | 184.08º | 0.69% | 0.29% | - |
| HSV(B) | 184.08º | 0.82% | 0.49% | - |
| XYZ | 10.72 | 14.88 | 22.05 | - |
| YUV | 91.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 126 | 0.82 | 0.06 | 0 | 0.51 | 184.08 | 0.69 | 0.29 |
| Hex | 17 | 77 | 7E | 52 | 6 | 0 | 33 | B8 | 45 | 1D |
| Octal | 27 | 167 | 176 | 122 | 6 | 0 | 63 | 270 | 105 | 35 |
| Binary | 10111 | 1110111 | 1111110 | 1010010 | 110 | 0 | 110011 | 10111000 | 1000101 | 11101 |
Color Harmonies of #17777E
Complementary color
Monochromatic Colors of #17777E
Black with #17777E
Text Example
Text Example
White with #17777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17777E; }
p { color: rgb(23,119,126); }
H1.HeaderClassName
{
color: #17777E;
}
.AnyTagClassName
{
color: #17777E;
}
</style>
background-color css
<style>
a { background-color: #17777E; }
a { background-color: rgb(23,119,126); }
div.DivClassName
{
background-color: #17777E;
}
.BgClassName
{
background-color: #17777E;
}
</style>
border-color css
<style>
span { border-color: #17777E; }
span { border-color: rgb(23,119,126); }
td.TdClassName
{
border-color: #17777E;
}
.TagClassName
{
border-color: #17777E;
}
</style>