#789B9C

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

Shades of Neptune #789B9C

Tints of Neptune #789B9C

Color information

#789B9C (or 0x789B9C) is unknown color: approx Neptune. HEX triplet: 78, 9B and 9C. RGB value is (120,155,156). Sum of RGB (Red+Green+Blue) = 120+155+156=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #789B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789B9C is #876463. Grayscale: #909090. Windows color (decimal): -8873060 or 10263416. OLE color: 10263416.

HSL color Cylindrical-coordinate representation of color #789B9C: hue angle of 181.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789B9C is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120155156-
CMYK0.230.0100.39
HSL181.67º15.38%54.12%-
HSV(B)181.67º23.08%61.18%-
XYZ25.4729.8435.87-
YUV144.65134.4110.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=27.84%
G=35.96%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201551560.230.0100.39181.6715.3854.12
Hex789B9C171027b6f36
Octal1702332342710472661766
Binary111100010011011100111001011110100111101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,155,156); }

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

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

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

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

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

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

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