Shades of Neptune #74A4A1
Tints of Neptune #74A4A1
RGB
CMYK
RGB Variations
Color information
#74A4A1 (or 0x74A4A1) is known color: Neptune. HEX triplet: 74, A4 and A1. RGB value is (116,164,161). Sum of RGB (Red+Green+Blue) = 116+164+161=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #74A4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A4A1 is #8B5B5E. Grayscale: #959595. Windows color (decimal): -9132895 or 10593396. OLE color: 10593396.
HSL color Cylindrical-coordinate representation of color #74A4A1: hue angle of 176.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A4A1 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 161 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.36 |
| HSL | 176.25º | 0.21% | 0.55% | - |
| HSV(B) | 176.25º | 0.29% | 0.64% | - |
| XYZ | 26.91 | 32.84 | 38.64 | - |
| YUV | 149.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 161 | 0.29 | 0 | 0.02 | 0.36 | 176.25 | 0.21 | 0.55 |
| Hex | 74 | A4 | A1 | 1D | 0 | 2 | 24 | B0 | 15 | 37 |
| Octal | 164 | 244 | 241 | 35 | 0 | 2 | 44 | 260 | 25 | 67 |
| Binary | 1110100 | 10100100 | 10100001 | 11101 | 0 | 10 | 100100 | 10110000 | 10101 | 110111 |
Color Harmonies of #74A4A1
Complementary color
Monochromatic Colors of #74A4A1
Black with #74A4A1
Text Example
Text Example
White with #74A4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A4A1; }
p { color: rgb(116,164,161); }
H1.HeaderClassName
{
color: #74A4A1;
}
.AnyTagClassName
{
color: #74A4A1;
}
</style>
background-color css
<style>
a { background-color: #74A4A1; }
a { background-color: rgb(116,164,161); }
div.DivClassName
{
background-color: #74A4A1;
}
.BgClassName
{
background-color: #74A4A1;
}
</style>
border-color css
<style>
span { border-color: #74A4A1; }
span { border-color: rgb(116,164,161); }
td.TdClassName
{
border-color: #74A4A1;
}
.TagClassName
{
border-color: #74A4A1;
}
</style>