#78A7AD

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

Shades of Neptune #78A7AD

Tints of Neptune #78A7AD

Color information

#78A7AD (or 0x78A7AD) is unknown color: approx Neptune. HEX triplet: 78, A7 and AD. RGB value is (120,167,173). Sum of RGB (Red+Green+Blue) = 120+167+173=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #78A7AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A7AD is #875852. Grayscale: #999999. Windows color (decimal): -8869971 or 11380600. OLE color: 11380600.

HSL color Cylindrical-coordinate representation of color #78A7AD: hue angle of 186.79º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A7AD is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120167173-
CMYK0.310.0300.32
HSL186.79º24.42%57.45%-
HSV(B)186.79º30.64%67.84%-
XYZ29.1134.6544.69-
YUV153.63138.93104.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=26.09%
G=36.30%
B=37.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201671730.310.0300.32186.7924.4257.45
Hex78A7AD1F3020bb1839
Octal1702472553730402733071
Binary11110001010011110101101111111101000001011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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