#769A9D

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

Shades of Neptune #769A9D

Tints of Neptune #769A9D

Color information

#769A9D (or 0x769A9D) is unknown color: approx Neptune. HEX triplet: 76, 9A and 9D. RGB value is (118,154,157). Sum of RGB (Red+Green+Blue) = 118+154+157=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #769A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A9D is #896562. Grayscale: #8F8F8F. Windows color (decimal): -9004387 or 10328694. OLE color: 10328694.

HSL color Cylindrical-coordinate representation of color #769A9D: hue angle of 184.62º 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 #769A9D is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118154157-
CMYK0.250.0200.38
HSL184.62º16.6%53.92%-
HSV(B)184.62º24.84%61.57%-
XYZ25.1129.436.25-
YUV143.58135.57109.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=27.51%
G=35.90%
B=36.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181541570.250.0200.38184.6216.653.92
Hex769A9D192026b91136
Octal1662322353120462712166
Binary11101101001101010011101110011001001101011100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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