Shades of Neptune #769C9C
Tints of Neptune #769C9C
RGB
CMYK
RGB Variations
Color information
#769C9C (or 0x769C9C) is known color: Neptune. HEX triplet: 76, 9C and 9C. RGB value is (118,156,156). Sum of RGB (Red+Green+Blue) = 118+156+156=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #769C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C9C is #896363. Grayscale: #909090. Windows color (decimal): -9003876 or 10263670. OLE color: 10263670.
HSL color Cylindrical-coordinate representation of color #769C9C: hue angle of 180º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C9C is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 156 | - |
| CMYK | 0.24 | 0 | 0 | 0.39 |
| HSL | 180º | 0.16% | 0.54% | - |
| HSV(B) | 180º | 0.24% | 0.61% | - |
| XYZ | 25.36 | 30.03 | 35.91 | - |
| YUV | 144.64 | 134.41 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 156 | 0.24 | 0 | 0 | 0.39 | 180 | 0.16 | 0.54 |
| Hex | 76 | 9C | 9C | 18 | 0 | 0 | 27 | B4 | 10 | 36 |
| Octal | 166 | 234 | 234 | 30 | 0 | 0 | 47 | 264 | 20 | 66 |
| Binary | 1110110 | 10011100 | 10011100 | 11000 | 0 | 0 | 100111 | 10110100 | 10000 | 110110 |
Color Harmonies of #769C9C
Complementary color
Monochromatic Colors of #769C9C
Black with #769C9C
Text Example
Text Example
White with #769C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C9C; }
p { color: rgb(118,156,156); }
H1.HeaderClassName
{
color: #769C9C;
}
.AnyTagClassName
{
color: #769C9C;
}
</style>
background-color css
<style>
a { background-color: #769C9C; }
a { background-color: rgb(118,156,156); }
div.DivClassName
{
background-color: #769C9C;
}
.BgClassName
{
background-color: #769C9C;
}
</style>
border-color css
<style>
span { border-color: #769C9C; }
span { border-color: rgb(118,156,156); }
td.TdClassName
{
border-color: #769C9C;
}
.TagClassName
{
border-color: #769C9C;
}
</style>