#769B9E

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

Shades of Neptune #769B9E

Tints of Neptune #769B9E

Color information

#769B9E (or 0x769B9E) is unknown color: approx Neptune. HEX triplet: 76, 9B and 9E. RGB value is (118,155,158). Sum of RGB (Red+Green+Blue) = 118+155+158=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #769B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B9E is #896461. Grayscale: #909090. Windows color (decimal): -9004130 or 10394486. OLE color: 10394486.

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

Color convert

RGB118155158-
CMYK0.250.0200.38
HSL184.5º17.09%54.12%-
HSV(B)184.5º25.32%61.96%-
XYZ25.3629.7636.76-
YUV144.28135.74109.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=27.38%
G=35.96%
B=36.66%

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
Decimal1181551580.250.0200.38184.517.0954.12
Hex769B9E192026b81136
Octal1662332363120462702166
Binary11101101001101110011110110011001001101011100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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