Shades of Atoll #1B7678
Tints of Atoll #1B7678
RGB
CMYK
RGB Variations
Color information
#1B7678 (or 0x1B7678) is known color: Atoll. HEX triplet: 1B, 76 and 78. RGB value is (27,118,120). Sum of RGB (Red+Green+Blue) = 27+118+120=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B7678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7678 is #E48987. Grayscale: #5A5A5A. Windows color (decimal): -14977416 or 7894555. OLE color: 7894555.
HSL color Cylindrical-coordinate representation of color #1B7678: hue angle of 181.29º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7678 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 118 | 120 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.53 |
| HSL | 181.29º | 0.63% | 0.29% | - |
| HSV(B) | 181.29º | 0.78% | 0.47% | - |
| XYZ | 10.32 | 14.55 | 20.03 | - |
| YUV | 91.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 120 | 0.78 | 0.02 | 0 | 0.53 | 181.29 | 0.63 | 0.29 |
| Hex | 1B | 76 | 78 | 4E | 2 | 0 | 35 | B5 | 3F | 1D |
| Octal | 33 | 166 | 170 | 116 | 2 | 0 | 65 | 265 | 77 | 35 |
| Binary | 11011 | 1110110 | 1111000 | 1001110 | 10 | 0 | 110101 | 10110101 | 111111 | 11101 |
Color Harmonies of #1B7678
Complementary color
Monochromatic Colors of #1B7678
Black with #1B7678
Text Example
Text Example
White with #1B7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7678; }
p { color: rgb(27,118,120); }
H1.HeaderClassName
{
color: #1B7678;
}
.AnyTagClassName
{
color: #1B7678;
}
</style>
background-color css
<style>
a { background-color: #1B7678; }
a { background-color: rgb(27,118,120); }
div.DivClassName
{
background-color: #1B7678;
}
.BgClassName
{
background-color: #1B7678;
}
</style>
border-color css
<style>
span { border-color: #1B7678; }
span { border-color: rgb(27,118,120); }
td.TdClassName
{
border-color: #1B7678;
}
.TagClassName
{
border-color: #1B7678;
}
</style>