Html Css Color HEX #789F9E Neptune

📋 copy color: '#789F9E'

red 120 ◦ green 159 ◦ blue 158

#789F9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #789F9E

Tints of Neptune #789F9E

RGB

 RED value IS 120 (47.27% from 255) = 27.46%

 GREEN value IS 159 (62.5% from 255) = 36.38%

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 27.46%
G = 36.38%
B = 36.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#789F9E (or 0x789F9E) is known color: Neptune. HEX triplet: 78, 9F and 9E. RGB value is (120,159,158). Sum of RGB (Red+Green+Blue) = 120+159+158=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #789F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F9E is #876061. Grayscale: #939393. Windows color (decimal): -8872034 or 10395512. OLE color: 10395512.

HSL color Cylindrical-coordinate representation of color #789F9E: hue angle of 178.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789F9E is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 159 158 -
CMYK 0.25 0 0.01 0.38
HSL 178.46º 0.17% 0.55% -
HSV(B) 178.46º 0.25% 0.62% -
XYZ 26.32 31.26 36.99 -
YUV 147.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 120 159 158 0.25 0 0.01 0.38 178.46 0.17 0.55
Hex 78 9F 9E 19 0 1 26 B2 11 37
Octal 170 237 236 31 0 1 46 262 21 67
Binary 1111000 10011111 10011110 11001 0 1 100110 10110010 10001 110111

Color Harmonies of #789F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789F9E

Black with #789F9E

Text Example


Text Example

White with #789F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,159,158); }

 H1.HeaderClassName
 {
   color: #789F9E;
 }
 .AnyTagClassName
 {
   color: #789F9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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