#78A5A7

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

Shades of Neptune #78A5A7

Tints of Neptune #78A5A7

Color information

#78A5A7 (or 0x78A5A7) is unknown color: approx Neptune. HEX triplet: 78, A5 and A7. RGB value is (120,165,167). Sum of RGB (Red+Green+Blue) = 120+165+167=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 167 - color contains mainly: blue. Hex color #78A5A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A5A7 is #875A58. Grayscale: #979797. Windows color (decimal): -8870489 or 10986872. OLE color: 10986872.

HSL color Cylindrical-coordinate representation of color #78A5A7: hue angle of 182.55º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A5A7 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120165167-
CMYK0.280.0100.35
HSL182.55º21.08%56.27%-
HSV(B)182.55º28.14%65.49%-
XYZ28.1833.6941.58-
YUV151.77136.59105.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 167 (65.62% from 255) = 36.95%
R=26.55%
G=36.50%
B=36.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201651670.280.0100.35182.5521.0856.27
Hex78A5A71C1023b71538
Octal1702452473410432672570
Binary1111000101001011010011111100101000111011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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