Shades of Neptune #72A7B4
Tints of Neptune #72A7B4
RGB
CMYK
RGB Variations
Color information
#72A7B4 (or 0x72A7B4) is known color: Neptune. HEX triplet: 72, A7 and B4. RGB value is (114,167,180). Sum of RGB (Red+Green+Blue) = 114+167+180=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #72A7B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A7B4 is #8D584B. Grayscale: #989898. Windows color (decimal): -9263180 or 11839346. OLE color: 11839346.
HSL color Cylindrical-coordinate representation of color #72A7B4: hue angle of 191.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72A7B4 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 167 | 180 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.29 |
| HSL | 191.82º | 0.31% | 0.58% | - |
| HSV(B) | 191.82º | 0.37% | 0.71% | - |
| XYZ | 29 | 34.51 | 48.31 | - |
| YUV | 152.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 180 | 0.37 | 0.07 | 0 | 0.29 | 191.82 | 0.31 | 0.58 |
| Hex | 72 | A7 | B4 | 25 | 7 | 0 | 1D | C0 | 1F | 3A |
| Octal | 162 | 247 | 264 | 45 | 7 | 0 | 35 | 300 | 37 | 72 |
| Binary | 1110010 | 10100111 | 10110100 | 100101 | 111 | 0 | 11101 | 11000000 | 11111 | 111010 |
Color Harmonies of #72A7B4
Complementary color
Monochromatic Colors of #72A7B4
Black with #72A7B4
Text Example
Text Example
White with #72A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A7B4; }
p { color: rgb(114,167,180); }
H1.HeaderClassName
{
color: #72A7B4;
}
.AnyTagClassName
{
color: #72A7B4;
}
</style>
background-color css
<style>
a { background-color: #72A7B4; }
a { background-color: rgb(114,167,180); }
div.DivClassName
{
background-color: #72A7B4;
}
.BgClassName
{
background-color: #72A7B4;
}
</style>
border-color css
<style>
span { border-color: #72A7B4; }
span { border-color: rgb(114,167,180); }
td.TdClassName
{
border-color: #72A7B4;
}
.TagClassName
{
border-color: #72A7B4;
}
</style>