#76999E

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

Shades of Neptune #76999E

Tints of Neptune #76999E

Color information

#76999E (or 0x76999E) is unknown color: approx Neptune. HEX triplet: 76, 99 and 9E. RGB value is (118,153,158). Sum of RGB (Red+Green+Blue) = 118+153+158=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #76999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76999E is #896661. Grayscale: #8F8F8F. Windows color (decimal): -9004642 or 10393974. OLE color: 10393974.

HSL color Cylindrical-coordinate representation of color #76999E: hue angle of 187.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76999E is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118153158-
CMYK0.250.0300.38
HSL187.5º17.09%54.12%-
HSV(B)187.5º25.32%61.96%-
XYZ25.0329.136.65-
YUV143.1136.4110.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=27.51%
G=35.66%
B=36.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181531580.250.0300.38187.517.0954.12
Hex76999E193026bb1136
Octal1662312363130462732166
Binary11101101001100110011110110011101001101011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76999E; }

 p { color: rgb(118,153,158); }

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

<style>
 a { background-color: #76999E; }

 a { background-color: rgb(118,153,158); }

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

<style>
 span { border-color: #76999E; }

 span { border-color: rgb(118,153,158); }

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