Shades of Neptune #72A3A7
Tints of Neptune #72A3A7
RGB
CMYK
RGB Variations
Color information
#72A3A7 (or 0x72A3A7) is known color: Neptune. HEX triplet: 72, A3 and A7. RGB value is (114,163,167). Sum of RGB (Red+Green+Blue) = 114+163+167=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 167 - color contains mainly: blue. Hex color #72A3A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A3A7 is #8D5C58. Grayscale: #949494. Windows color (decimal): -9264217 or 10986354. OLE color: 10986354.
HSL color Cylindrical-coordinate representation of color #72A3A7: hue angle of 184.53º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A3A7 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 163 | 167 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.35 |
| HSL | 184.53º | 0.23% | 0.55% | - |
| HSV(B) | 184.53º | 0.32% | 0.65% | - |
| XYZ | 27.01 | 32.56 | 41.42 | - |
| YUV | 148.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 167 | 0.32 | 0.02 | 0 | 0.35 | 184.53 | 0.23 | 0.55 |
| Hex | 72 | A3 | A7 | 20 | 2 | 0 | 23 | B9 | 17 | 37 |
| Octal | 162 | 243 | 247 | 40 | 2 | 0 | 43 | 271 | 27 | 67 |
| Binary | 1110010 | 10100011 | 10100111 | 100000 | 10 | 0 | 100011 | 10111001 | 10111 | 110111 |
Color Harmonies of #72A3A7
Complementary color
Monochromatic Colors of #72A3A7
Black with #72A3A7
Text Example
Text Example
White with #72A3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A3A7; }
p { color: rgb(114,163,167); }
H1.HeaderClassName
{
color: #72A3A7;
}
.AnyTagClassName
{
color: #72A3A7;
}
</style>
background-color css
<style>
a { background-color: #72A3A7; }
a { background-color: rgb(114,163,167); }
div.DivClassName
{
background-color: #72A3A7;
}
.BgClassName
{
background-color: #72A3A7;
}
</style>
border-color css
<style>
span { border-color: #72A3A7; }
span { border-color: rgb(114,163,167); }
td.TdClassName
{
border-color: #72A3A7;
}
.TagClassName
{
border-color: #72A3A7;
}
</style>