Shades of Atoll #37807D
Tints of Atoll #37807D
RGB
CMYK
RGB Variations
Color information
#37807D (or 0x37807D) is known color: Atoll. HEX triplet: 37, 80 and 7D. RGB value is (55,128,125). Sum of RGB (Red+Green+Blue) = 55+128+125=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #37807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37807D is #C87F82. Grayscale: #696969. Windows color (decimal): -13139843 or 8224823. OLE color: 8224823.
HSL color Cylindrical-coordinate representation of color #37807D: hue angle of 177.53º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37807D is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 125 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.50 |
| HSL | 177.53º | 0.4% | 0.36% | - |
| HSV(B) | 177.53º | 0.57% | 0.5% | - |
| XYZ | 13 | 17.73 | 22.14 | - |
| YUV | 105.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 125 | 0.57 | 0 | 0.02 | 0.50 | 177.53 | 0.4 | 0.36 |
| Hex | 37 | 80 | 7D | 39 | 0 | 2 | 32 | B2 | 28 | 24 |
| Octal | 67 | 200 | 175 | 71 | 0 | 2 | 62 | 262 | 50 | 44 |
| Binary | 110111 | 10000000 | 1111101 | 111001 | 0 | 10 | 110010 | 10110010 | 101000 | 100100 |
Color Harmonies of #37807D
Complementary color
Monochromatic Colors of #37807D
Black with #37807D
Text Example
Text Example
White with #37807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37807D; }
p { color: rgb(55,128,125); }
H1.HeaderClassName
{
color: #37807D;
}
.AnyTagClassName
{
color: #37807D;
}
</style>
background-color css
<style>
a { background-color: #37807D; }
a { background-color: rgb(55,128,125); }
div.DivClassName
{
background-color: #37807D;
}
.BgClassName
{
background-color: #37807D;
}
</style>
border-color css
<style>
span { border-color: #37807D; }
span { border-color: rgb(55,128,125); }
td.TdClassName
{
border-color: #37807D;
}
.TagClassName
{
border-color: #37807D;
}
</style>