Shades of Atoll #327B7F
Tints of Atoll #327B7F
RGB
CMYK
RGB Variations
Color information
#327B7F (or 0x327B7F) is known color: Atoll. HEX triplet: 32, 7B and 7F. RGB value is (50,123,127). Sum of RGB (Red+Green+Blue) = 50+123+127=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #327B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B7F is #CD8480. Grayscale: #656565. Windows color (decimal): -13468801 or 8354610. OLE color: 8354610.
HSL color Cylindrical-coordinate representation of color #327B7F: hue angle of 183.12º 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 #327B7F is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 123 | 127 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.50 |
| HSL | 183.12º | 0.44% | 0.35% | - |
| HSV(B) | 183.12º | 0.61% | 0.5% | - |
| XYZ | 12.23 | 16.38 | 22.6 | - |
| YUV | 101.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 127 | 0.61 | 0.03 | 0 | 0.50 | 183.12 | 0.44 | 0.35 |
| Hex | 32 | 7B | 7F | 3D | 3 | 0 | 32 | B7 | 2C | 23 |
| Octal | 62 | 173 | 177 | 75 | 3 | 0 | 62 | 267 | 54 | 43 |
| Binary | 110010 | 1111011 | 1111111 | 111101 | 11 | 0 | 110010 | 10110111 | 101100 | 100011 |
Color Harmonies of #327B7F
Complementary color
Monochromatic Colors of #327B7F
Black with #327B7F
Text Example
Text Example
White with #327B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B7F; }
p { color: rgb(50,123,127); }
H1.HeaderClassName
{
color: #327B7F;
}
.AnyTagClassName
{
color: #327B7F;
}
</style>
background-color css
<style>
a { background-color: #327B7F; }
a { background-color: rgb(50,123,127); }
div.DivClassName
{
background-color: #327B7F;
}
.BgClassName
{
background-color: #327B7F;
}
</style>
border-color css
<style>
span { border-color: #327B7F; }
span { border-color: rgb(50,123,127); }
td.TdClassName
{
border-color: #327B7F;
}
.TagClassName
{
border-color: #327B7F;
}
</style>