#76A7AD

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

Shades of Neptune #76A7AD

Tints of Neptune #76A7AD

Color information

#76A7AD (or 0x76A7AD) is unknown color: approx Neptune. HEX triplet: 76, A7 and AD. RGB value is (118,167,173). Sum of RGB (Red+Green+Blue) = 118+167+173=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A7AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A7AD is #895852. Grayscale: #989898. Windows color (decimal): -9001043 or 11380598. OLE color: 11380598.

HSL color Cylindrical-coordinate representation of color #76A7AD: hue angle of 186.55º 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 #76A7AD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118167173-
CMYK0.320.0300.32
HSL186.55º25.11%57.06%-
HSV(B)186.55º31.79%67.84%-
XYZ28.8334.5144.68-
YUV153.03139.27103.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=25.76%
G=36.46%
B=37.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181671730.320.0300.32186.5525.1157.06
Hex76A7AD203020bb1939
Octal1662472554030402733171
Binary111011010100111101011011000001101000001011101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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