#76999d

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

Shades of Neptune #76999D

Tints of Neptune #76999D

Color information

#76999D (or 0x76999D) is unknown color: approx Neptune. HEX triplet: 76, 99 and 9D. RGB value is (118,153,157). Sum of RGB (Red+Green+Blue) = 118+153+157=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #76999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76999D is #896662. Grayscale: #8E8E8E. Windows color (decimal): -9004643 or 10328438. OLE color: 10328438.

HSL color Cylindrical-coordinate representation of color #76999D: hue angle of 186.15º 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 #76999D is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118153157-
CMYK0.250.0300.38
HSL186.15º16.6%53.92%-
HSV(B)186.15º24.84%61.57%-
XYZ24.9529.0736.19-
YUV142.99135.9110.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=27.57%
G=35.75%
B=36.68%

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
Decimal1181531570.250.0300.38186.1516.653.92
Hex76999D193026ba1136
Octal1662312353130462722166
Binary11101101001100110011101110011101001101011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76999d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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