#789C9C

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

Shades of Neptune #789C9C

Tints of Neptune #789C9C

Color information

#789C9C (or 0x789C9C) is unknown color: approx Neptune. HEX triplet: 78, 9C and 9C. RGB value is (120,156,156). Sum of RGB (Red+Green+Blue) = 120+156+156=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #789C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789C9C is #876363. Grayscale: #919191. Windows color (decimal): -8872804 or 10263672. OLE color: 10263672.

HSL color Cylindrical-coordinate representation of color #789C9C: hue angle of 180º 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 #789C9C is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120156156-
CMYK0.23000.39
HSL180º15.38%54.12%-
HSV(B)180º23.08%61.18%-
XYZ25.6330.1735.92-
YUV145.24134.07110-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=27.78%
G=36.11%
B=36.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201561560.23000.3918015.3854.12
Hex789C9C170027b4f36
Octal1702342342700472641766
Binary111100010011100100111001011100100111101101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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