Shades of Atoll #327E7C
Tints of Atoll #327E7C
RGB
CMYK
RGB Variations
Color information
#327E7C (or 0x327E7C) is known color: Atoll. HEX triplet: 32, 7E and 7C. RGB value is (50,126,124). Sum of RGB (Red+Green+Blue) = 50+126+124=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #327E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E7C is #CD8183. Grayscale: #666666. Windows color (decimal): -13468036 or 8158770. OLE color: 8158770.
HSL color Cylindrical-coordinate representation of color #327E7C: hue angle of 178.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E7C is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 124 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.51 |
| HSL | 178.42º | 0.43% | 0.35% | - |
| HSV(B) | 178.42º | 0.6% | 0.49% | - |
| XYZ | 12.41 | 17.06 | 21.71 | - |
| YUV | 103.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 124 | 0.60 | 0 | 0.02 | 0.51 | 178.42 | 0.43 | 0.35 |
| Hex | 32 | 7E | 7C | 3C | 0 | 2 | 33 | B2 | 2B | 23 |
| Octal | 62 | 176 | 174 | 74 | 0 | 2 | 63 | 262 | 53 | 43 |
| Binary | 110010 | 1111110 | 1111100 | 111100 | 0 | 10 | 110011 | 10110010 | 101011 | 100011 |
Color Harmonies of #327E7C
Complementary color
Monochromatic Colors of #327E7C
Black with #327E7C
Text Example
Text Example
White with #327E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E7C; }
p { color: rgb(50,126,124); }
H1.HeaderClassName
{
color: #327E7C;
}
.AnyTagClassName
{
color: #327E7C;
}
</style>
background-color css
<style>
a { background-color: #327E7C; }
a { background-color: rgb(50,126,124); }
div.DivClassName
{
background-color: #327E7C;
}
.BgClassName
{
background-color: #327E7C;
}
</style>
border-color css
<style>
span { border-color: #327E7C; }
span { border-color: rgb(50,126,124); }
td.TdClassName
{
border-color: #327E7C;
}
.TagClassName
{
border-color: #327E7C;
}
</style>