#769B9D

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

Shades of Neptune #769B9D

Tints of Neptune #769B9D

Color information

#769B9D (or 0x769B9D) is unknown color: approx Neptune. HEX triplet: 76, 9B and 9D. RGB value is (118,155,157). Sum of RGB (Red+Green+Blue) = 118+155+157=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #769B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B9D is #896462. Grayscale: #909090. Windows color (decimal): -9004131 or 10328950. OLE color: 10328950.

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

Color convert

RGB118155157-
CMYK0.250.0100.38
HSL183.08º16.6%53.92%-
HSV(B)183.08º24.84%61.57%-
XYZ25.2829.7336.3-
YUV144.16135.24109.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=27.44%
G=36.05%
B=36.51%

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
Decimal1181551570.250.0100.38183.0816.653.92
Hex769B9D191026b71136
Octal1662332353110462672166
Binary1110110100110111001110111001101001101011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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