#76989C

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

Shades of Neptune #76989C

Tints of Neptune #76989C

Color information

#76989C (or 0x76989C) is unknown color: approx Neptune. HEX triplet: 76, 98 and 9C. RGB value is (118,152,156). Sum of RGB (Red+Green+Blue) = 118+152+156=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #76989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76989C is #896763. Grayscale: #8E8E8E. Windows color (decimal): -9004900 or 10262646. OLE color: 10262646.

HSL color Cylindrical-coordinate representation of color #76989C: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76989C is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118152156-
CMYK0.240.0300.39
HSL186.32º16.1%53.73%-
HSV(B)186.32º24.36%61.18%-
XYZ24.728.7135.69-
YUV142.29135.74110.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=27.70%
G=35.68%
B=36.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181521560.240.0300.39186.3216.153.73
Hex76989C183027ba1036
Octal1662302343030472722066
Binary11101101001100010011100110001101001111011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76989C; }

 p { color: rgb(118,152,156); }

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

<style>
 a { background-color: #76989C; }

 a { background-color: rgb(118,152,156); }

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

<style>
 span { border-color: #76989C; }

 span { border-color: rgb(118,152,156); }

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