Shades of Atoll #377E7A
Tints of Atoll #377E7A
RGB
CMYK
RGB Variations
Color information
#377E7A (or 0x377E7A) is known color: Atoll. HEX triplet: 37, 7E and 7A. RGB value is (55,126,122). Sum of RGB (Red+Green+Blue) = 55+126+122=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #377E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E7A is #C88185. Grayscale: #686868. Windows color (decimal): -13140358 or 8027703. OLE color: 8027703.
HSL color Cylindrical-coordinate representation of color #377E7A: hue angle of 176.62º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E7A is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 122 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.51 |
| HSL | 176.62º | 0.39% | 0.35% | - |
| HSV(B) | 176.62º | 0.56% | 0.49% | - |
| XYZ | 12.55 | 17.14 | 21.06 | - |
| YUV | 104.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 122 | 0.56 | 0 | 0.03 | 0.51 | 176.62 | 0.39 | 0.35 |
| Hex | 37 | 7E | 7A | 38 | 0 | 3 | 33 | B1 | 27 | 23 |
| Octal | 67 | 176 | 172 | 70 | 0 | 3 | 63 | 261 | 47 | 43 |
| Binary | 110111 | 1111110 | 1111010 | 111000 | 0 | 11 | 110011 | 10110001 | 100111 | 100011 |
Color Harmonies of #377E7A
Complementary color
Monochromatic Colors of #377E7A
Black with #377E7A
Text Example
Text Example
White with #377E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E7A; }
p { color: rgb(55,126,122); }
H1.HeaderClassName
{
color: #377E7A;
}
.AnyTagClassName
{
color: #377E7A;
}
</style>
background-color css
<style>
a { background-color: #377E7A; }
a { background-color: rgb(55,126,122); }
div.DivClassName
{
background-color: #377E7A;
}
.BgClassName
{
background-color: #377E7A;
}
</style>
border-color css
<style>
span { border-color: #377E7A; }
span { border-color: rgb(55,126,122); }
td.TdClassName
{
border-color: #377E7A;
}
.TagClassName
{
border-color: #377E7A;
}
</style>