#76999F

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

Shades of Neptune #76999F

Tints of Neptune #76999F

Color information

#76999F (or 0x76999F) is unknown color: approx Neptune. HEX triplet: 76, 99 and 9F. RGB value is (118,153,159). Sum of RGB (Red+Green+Blue) = 118+153+159=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #76999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76999F is #896660. Grayscale: #8F8F8F. Windows color (decimal): -9004641 or 10459510. OLE color: 10459510.

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

Color convert

RGB118153159-
CMYK0.260.0400.38
HSL188.78º17.6%54.31%-
HSV(B)188.78º25.79%62.35%-
XYZ25.1229.1437.1-
YUV143.22136.9110.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=27.44%
G=35.58%
B=36.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181531590.260.0400.38188.7817.654.31
Hex76999F1A4026bd1236
Octal1662312373240462752266
Binary111011010011001100111111101010001001101011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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