Shades of Neptune #7CACAF
Tints of Neptune #7CACAF
RGB
CMYK
RGB Variations
Color information
#7CACAF (or 0x7CACAF) is known color: Neptune. HEX triplet: 7C, AC and AF. RGB value is (124,172,175). Sum of RGB (Red+Green+Blue) = 124+172+175=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #7CACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CACAF is #835350. Grayscale: #9D9D9D. Windows color (decimal): -8606545 or 11512956. OLE color: 11512956.
HSL color Cylindrical-coordinate representation of color #7CACAF: hue angle of 183.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CACAF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 172 | 175 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.31 |
| HSL | 183.53º | 0.24% | 0.59% | - |
| HSV(B) | 183.53º | 0.29% | 0.69% | - |
| XYZ | 30.8 | 36.89 | 46.05 | - |
| YUV | 157.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 175 | 0.29 | 0.02 | 0 | 0.31 | 183.53 | 0.24 | 0.59 |
| Hex | 7C | AC | AF | 1D | 2 | 0 | 1F | B8 | 18 | 3B |
| Octal | 174 | 254 | 257 | 35 | 2 | 0 | 37 | 270 | 30 | 73 |
| Binary | 1111100 | 10101100 | 10101111 | 11101 | 10 | 0 | 11111 | 10111000 | 11000 | 111011 |
Color Harmonies of #7CACAF
Complementary color
Monochromatic Colors of #7CACAF
Black with #7CACAF
Text Example
Text Example
White with #7CACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CACAF; }
p { color: rgb(124,172,175); }
H1.HeaderClassName
{
color: #7CACAF;
}
.AnyTagClassName
{
color: #7CACAF;
}
</style>
background-color css
<style>
a { background-color: #7CACAF; }
a { background-color: rgb(124,172,175); }
div.DivClassName
{
background-color: #7CACAF;
}
.BgClassName
{
background-color: #7CACAF;
}
</style>
border-color css
<style>
span { border-color: #7CACAF; }
span { border-color: rgb(124,172,175); }
td.TdClassName
{
border-color: #7CACAF;
}
.TagClassName
{
border-color: #7CACAF;
}
</style>