#76A6AD

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

Shades of Neptune #76A6AD

Tints of Neptune #76A6AD

Color information

#76A6AD (or 0x76A6AD) is unknown color: approx Neptune. HEX triplet: 76, A6 and AD. RGB value is (118,166,173). Sum of RGB (Red+Green+Blue) = 118+166+173=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A6AD is #895952. Grayscale: #989898. Windows color (decimal): -9001299 or 11380342. OLE color: 11380342.

HSL color Cylindrical-coordinate representation of color #76A6AD: hue angle of 187.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A6AD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118166173-
CMYK0.320.0400.32
HSL187.64º25.11%57.06%-
HSV(B)187.64º31.79%67.84%-
XYZ28.6534.1444.62-
YUV152.45139.6103.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=25.82%
G=36.32%
B=37.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181661730.320.0400.32187.6425.1157.06
Hex76A6AD204020bc1939
Octal1662462554040402743171
Binary1110110101001101010110110000010001000001011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A6AD; }

 p { color: rgb(118,166,173); }

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

<style>
 a { background-color: #76A6AD; }

 a { background-color: rgb(118,166,173); }

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

<style>
 span { border-color: #76A6AD; }

 span { border-color: rgb(118,166,173); }

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