Shades of Atoll #327A78
Tints of Atoll #327A78
RGB
CMYK
RGB Variations
Color information
#327A78 (or 0x327A78) is known color: Atoll. HEX triplet: 32, 7A and 78. RGB value is (50,122,120). Sum of RGB (Red+Green+Blue) = 50+122+120=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #327A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A78 is #CD8587. Grayscale: #646464. Windows color (decimal): -13469064 or 7895602. OLE color: 7895602.
HSL color Cylindrical-coordinate representation of color #327A78: hue angle of 178.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A78 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 120 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.52 |
| HSL | 178.33º | 0.42% | 0.34% | - |
| HSV(B) | 178.33º | 0.59% | 0.48% | - |
| XYZ | 11.67 | 15.95 | 20.23 | - |
| YUV | 100.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 120 | 0.59 | 0 | 0.02 | 0.52 | 178.33 | 0.42 | 0.34 |
| Hex | 32 | 7A | 78 | 3B | 0 | 2 | 34 | B2 | 2A | 22 |
| Octal | 62 | 172 | 170 | 73 | 0 | 2 | 64 | 262 | 52 | 42 |
| Binary | 110010 | 1111010 | 1111000 | 111011 | 0 | 10 | 110100 | 10110010 | 101010 | 100010 |
Color Harmonies of #327A78
Complementary color
Monochromatic Colors of #327A78
Black with #327A78
Text Example
Text Example
White with #327A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A78; }
p { color: rgb(50,122,120); }
H1.HeaderClassName
{
color: #327A78;
}
.AnyTagClassName
{
color: #327A78;
}
</style>
background-color css
<style>
a { background-color: #327A78; }
a { background-color: rgb(50,122,120); }
div.DivClassName
{
background-color: #327A78;
}
.BgClassName
{
background-color: #327A78;
}
</style>
border-color css
<style>
span { border-color: #327A78; }
span { border-color: rgb(50,122,120); }
td.TdClassName
{
border-color: #327A78;
}
.TagClassName
{
border-color: #327A78;
}
</style>