#769BA1

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

Shades of Neptune #769BA1

Tints of Neptune #769BA1

Color information

#769BA1 (or 0x769BA1) is unknown color: approx Neptune. HEX triplet: 76, 9B and A1. RGB value is (118,155,161). Sum of RGB (Red+Green+Blue) = 118+155+161=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #769BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BA1 is #89645E. Grayscale: #909090. Windows color (decimal): -9004127 or 10591094. OLE color: 10591094.

HSL color Cylindrical-coordinate representation of color #769BA1: hue angle of 188.37º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769BA1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB118155161-
CMYK0.270.0400.37
HSL188.37º18.61%54.71%-
HSV(B)188.37º26.71%63.14%-
XYZ25.6329.8738.13-
YUV144.62137.24109.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=27.19%
G=35.71%
B=37.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181551610.270.0400.37188.3718.6154.71
Hex769BA11B4025bc1337
Octal1662332413340452742367
Binary111011010011011101000011101110001001011011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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