#769D9E

Color #769D9E Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #769D9E

Tints of Neptune #769D9E

Color information

#769D9E (or 0x769D9E) is unknown color: approx Neptune. HEX triplet: 76, 9D and 9E. RGB value is (118,157,158). Sum of RGB (Red+Green+Blue) = 118+157+158=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #769D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769D9E is #896261. Grayscale: #919191. Windows color (decimal): -9003618 or 10394998. OLE color: 10394998.

HSL color Cylindrical-coordinate representation of color #769D9E: hue angle of 181.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769D9E is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118157158-
CMYK0.250.0100.38
HSL181.5º17.09%54.12%-
HSV(B)181.5º25.32%61.96%-
XYZ25.730.4336.87-
YUV145.45135.08108.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=27.25%
G=36.26%
B=36.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181571580.250.0100.38181.517.0954.12
Hex769D9E191026b51136
Octal1662352363110462652166
Binary1110110100111011001111011001101001101011010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769D9E; }

 p { color: rgb(118,157,158); }

 H1.HeaderClassName
 {
   color: #769D9E;
 }
 .AnyTagClassName
 {
   color: #769D9E;
 }
</style>
background-color css

<style>
 a { background-color: #769D9E; }

 a { background-color: rgb(118,157,158); }

 div.DivClassName
 {
   background-color: #769D9E;
 }
 .BgClassName
 {
   background-color: #769D9E;
 }
</style>
border-color css

<style>
 span { border-color: #769D9E; }

 span { border-color: rgb(118,157,158); }

 td.TdClassName
 {
   border-color: #769D9E;
 }
 .TagClassName
 {
   border-color: #769D9E;
 }
</style>