#78A3A1

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

Shades of Neptune #78A3A1

Tints of Neptune #78A3A1

Color information

#78A3A1 (or 0x78A3A1) is unknown color: approx Neptune. HEX triplet: 78, A3 and A1. RGB value is (120,163,161). Sum of RGB (Red+Green+Blue) = 120+163+161=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #78A3A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A3A1 is #875C5E. Grayscale: #959595. Windows color (decimal): -8871007 or 10593144. OLE color: 10593144.

HSL color Cylindrical-coordinate representation of color #78A3A1: hue angle of 177.21º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A3A1 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB120163161-
CMYK0.2600.010.36
HSL177.21º18.94%55.49%-
HSV(B)177.21º26.38%63.92%-
XYZ27.2832.7638.6-
YUV149.91134.25106.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=27.03%
G=36.71%
B=36.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201631610.2600.010.36177.2118.9455.49
Hex78A3A11A0124b11337
Octal1702432413201442612367
Binary1111000101000111010000111010011001001011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,163,161); }

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

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

 a { background-color: rgb(120,163,161); }

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

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

 span { border-color: rgb(120,163,161); }

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