#789D9D

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

Shades of Neptune #789D9D

Tints of Neptune #789D9D

Color information

#789D9D (or 0x789D9D) is unknown color: approx Neptune. HEX triplet: 78, 9D and 9D. RGB value is (120,157,157). Sum of RGB (Red+Green+Blue) = 120+157+157=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #789D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789D9D is #876262. Grayscale: #919191. Windows color (decimal): -8872547 or 10329464. OLE color: 10329464.

HSL color Cylindrical-coordinate representation of color #789D9D: hue angle of 180º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789D9D is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120157157-
CMYK0.24000.38
HSL180º15.88%54.31%-
HSV(B)180º23.57%61.57%-
XYZ25.8930.5436.43-
YUV145.94134.24109.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=27.65%
G=36.18%
B=36.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201571570.24000.3818015.8854.31
Hex789D9D180026b41036
Octal1702352353000462642066
Binary1111000100111011001110111000001001101011010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789D9D; }

 p { color: rgb(120,157,157); }

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

<style>
 a { background-color: #789D9D; }

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

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

<style>
 span { border-color: #789D9D; }

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

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