Shades of Atoll #337F7D
Tints of Atoll #337F7D
RGB
CMYK
RGB Variations
Color information
#337F7D (or 0x337F7D) is known color: Atoll. HEX triplet: 33, 7F and 7D. RGB value is (51,127,125). Sum of RGB (Red+Green+Blue) = 51+127+125=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #337F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F7D is #CC8082. Grayscale: #676767. Windows color (decimal): -13402243 or 8224563. OLE color: 8224563.
HSL color Cylindrical-coordinate representation of color #337F7D: hue angle of 178.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F7D is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 127 | 125 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.50 |
| HSL | 178.42º | 0.43% | 0.35% | - |
| HSV(B) | 178.42º | 0.6% | 0.5% | - |
| XYZ | 12.66 | 17.36 | 22.09 | - |
| YUV | 104.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 125 | 0.60 | 0 | 0.02 | 0.50 | 178.42 | 0.43 | 0.35 |
| Hex | 33 | 7F | 7D | 3C | 0 | 2 | 32 | B2 | 2B | 23 |
| Octal | 63 | 177 | 175 | 74 | 0 | 2 | 62 | 262 | 53 | 43 |
| Binary | 110011 | 1111111 | 1111101 | 111100 | 0 | 10 | 110010 | 10110010 | 101011 | 100011 |
Color Harmonies of #337F7D
Complementary color
Monochromatic Colors of #337F7D
Black with #337F7D
Text Example
Text Example
White with #337F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F7D; }
p { color: rgb(51,127,125); }
H1.HeaderClassName
{
color: #337F7D;
}
.AnyTagClassName
{
color: #337F7D;
}
</style>
background-color css
<style>
a { background-color: #337F7D; }
a { background-color: rgb(51,127,125); }
div.DivClassName
{
background-color: #337F7D;
}
.BgClassName
{
background-color: #337F7D;
}
</style>
border-color css
<style>
span { border-color: #337F7D; }
span { border-color: rgb(51,127,125); }
td.TdClassName
{
border-color: #337F7D;
}
.TagClassName
{
border-color: #337F7D;
}
</style>