Shades of Atoll #327F7E
Tints of Atoll #327F7E
RGB
CMYK
RGB Variations
Color information
#327F7E (or 0x327F7E) is known color: Atoll. HEX triplet: 32, 7F and 7E. RGB value is (50,127,126). Sum of RGB (Red+Green+Blue) = 50+127+126=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #327F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F7E is #CD8081. Grayscale: #676767. Windows color (decimal): -13467778 or 8290098. OLE color: 8290098.
HSL color Cylindrical-coordinate representation of color #327F7E: hue angle of 179.22º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F7E is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 126 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.50 |
| HSL | 179.22º | 0.44% | 0.35% | - |
| HSV(B) | 179.22º | 0.61% | 0.5% | - |
| XYZ | 12.67 | 17.36 | 22.42 | - |
| YUV | 103.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 126 | 0.61 | 0 | 0.01 | 0.50 | 179.22 | 0.44 | 0.35 |
| Hex | 32 | 7F | 7E | 3D | 0 | 1 | 32 | B3 | 2C | 23 |
| Octal | 62 | 177 | 176 | 75 | 0 | 1 | 62 | 263 | 54 | 43 |
| Binary | 110010 | 1111111 | 1111110 | 111101 | 0 | 1 | 110010 | 10110011 | 101100 | 100011 |
Color Harmonies of #327F7E
Complementary color
Monochromatic Colors of #327F7E
Black with #327F7E
Text Example
Text Example
White with #327F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F7E; }
p { color: rgb(50,127,126); }
H1.HeaderClassName
{
color: #327F7E;
}
.AnyTagClassName
{
color: #327F7E;
}
</style>
background-color css
<style>
a { background-color: #327F7E; }
a { background-color: rgb(50,127,126); }
div.DivClassName
{
background-color: #327F7E;
}
.BgClassName
{
background-color: #327F7E;
}
</style>
border-color css
<style>
span { border-color: #327F7E; }
span { border-color: rgb(50,127,126); }
td.TdClassName
{
border-color: #327F7E;
}
.TagClassName
{
border-color: #327F7E;
}
</style>