#76999C

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

Shades of Neptune #76999C

Tints of Neptune #76999C

Color information

#76999C (or 0x76999C) is unknown color: approx Neptune. HEX triplet: 76, 99 and 9C. RGB value is (118,153,156). Sum of RGB (Red+Green+Blue) = 118+153+156=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #76999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76999C is #896663. Grayscale: #8E8E8E. Windows color (decimal): -9004644 or 10262902. OLE color: 10262902.

HSL color Cylindrical-coordinate representation of color #76999C: hue angle of 184.74º 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 #76999C is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118153156-
CMYK0.240.0200.39
HSL184.74º16.1%53.73%-
HSV(B)184.74º24.36%61.18%-
XYZ24.8629.0335.75-
YUV142.88135.4110.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=27.63%
G=35.83%
B=36.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181531560.240.0200.39184.7416.153.73
Hex76999C182027b91036
Octal1662312343020472712066
Binary11101101001100110011100110001001001111011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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