Shades of Allports #1D6B77
Tints of Allports #1D6B77
RGB
CMYK
RGB Variations
Color information
#1D6B77 (or 0x1D6B77) is known color: Allports. HEX triplet: 1D, 6B and 77. RGB value is (29,107,119). Sum of RGB (Red+Green+Blue) = 29+107+119=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D6B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B77 is #E29488. Grayscale: #545454. Windows color (decimal): -14849161 or 7826205. OLE color: 7826205.
HSL color Cylindrical-coordinate representation of color #1D6B77: hue angle of 188º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D6B77 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 107 | 119 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.53 |
| HSL | 188º | 0.61% | 0.29% | - |
| HSV(B) | 188º | 0.76% | 0.47% | - |
| XYZ | 9.09 | 12.11 | 19.31 | - |
| YUV | 85.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 119 | 0.76 | 0.10 | 0 | 0.53 | 188 | 0.61 | 0.29 |
| Hex | 1D | 6B | 77 | 4C | A | 0 | 35 | BC | 3D | 1D |
| Octal | 35 | 153 | 167 | 114 | 12 | 0 | 65 | 274 | 75 | 35 |
| Binary | 11101 | 1101011 | 1110111 | 1001100 | 1010 | 0 | 110101 | 10111100 | 111101 | 11101 |
Color Harmonies of #1D6B77
Complementary color
Monochromatic Colors of #1D6B77
Black with #1D6B77
Text Example
Text Example
White with #1D6B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6B77; }
p { color: rgb(29,107,119); }
H1.HeaderClassName
{
color: #1D6B77;
}
.AnyTagClassName
{
color: #1D6B77;
}
</style>
background-color css
<style>
a { background-color: #1D6B77; }
a { background-color: rgb(29,107,119); }
div.DivClassName
{
background-color: #1D6B77;
}
.BgClassName
{
background-color: #1D6B77;
}
</style>
border-color css
<style>
span { border-color: #1D6B77; }
span { border-color: rgb(29,107,119); }
td.TdClassName
{
border-color: #1D6B77;
}
.TagClassName
{
border-color: #1D6B77;
}
</style>