#769E9F

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

Shades of Neptune #769E9F

Tints of Neptune #769E9F

Color information

#769E9F (or 0x769E9F) is unknown color: approx Neptune. HEX triplet: 76, 9E and 9F. RGB value is (118,158,159). Sum of RGB (Red+Green+Blue) = 118+158+159=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 159 - color contains mainly: blue. Hex color #769E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E9F is #896160. Grayscale: #929292. Windows color (decimal): -9003361 or 10460790. OLE color: 10460790.

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

Color convert

RGB118158159-
CMYK0.260.0100.38
HSL181.46º17.6%54.31%-
HSV(B)181.46º25.79%62.35%-
XYZ25.9630.8137.38-
YUV146.15135.25107.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=27.13%
G=36.32%
B=36.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181581590.260.0100.38181.4617.654.31
Hex769E9F1A1026b51236
Octal1662362373210462652266
Binary1110110100111101001111111010101001101011010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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