#769C9E

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

Shades of Neptune #769C9E

Tints of Neptune #769C9E

Color information

#769C9E (or 0x769C9E) is unknown color: approx Neptune. HEX triplet: 76, 9C and 9E. RGB value is (118,156,158). Sum of RGB (Red+Green+Blue) = 118+156+158=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #769C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C9E is #896361. Grayscale: #909090. Windows color (decimal): -9003874 or 10394742. OLE color: 10394742.

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

Color convert

RGB118156158-
CMYK0.250.0100.38
HSL183º17.09%54.12%-
HSV(B)183º25.32%61.96%-
XYZ25.5330.136.81-
YUV144.87135.41108.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=27.31%
G=36.11%
B=36.57%

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
Decimal1181561580.250.0100.3818317.0954.12
Hex769C9E191026b71136
Octal1662342363110462672166
Binary1110110100111001001111011001101001101011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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