Html Css Color HEX #779F9E Neptune

📋 copy color: '#779F9E'

red 119 ◦ green 159 ◦ blue 158

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

Shades of Neptune #779F9E

Tints of Neptune #779F9E

RGB

 RED value IS 119 (46.88% from 255) = 27.29%

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

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

R = 27.29%
G = 36.47%
B = 36.24%

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

#779F9E (or 0x779F9E) is known color: Neptune. HEX triplet: 77, 9F and 9E. RGB value is (119,159,158). Sum of RGB (Red+Green+Blue) = 119+159+158=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #779F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F9E is #886061. Grayscale: #929292. Windows color (decimal): -8937570 or 10395511. OLE color: 10395511.

HSL color Cylindrical-coordinate representation of color #779F9E: hue angle of 178.5º 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 #779F9E is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 158 -
CMYK 0.25 0 0.01 0.38
HSL 178.5º 0.17% 0.55% -
HSV(B) 178.5º 0.25% 0.62% -
XYZ 26.18 31.19 36.99 -
YUV 146.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 119 159 158 0.25 0 0.01 0.38 178.5 0.17 0.55
Hex 77 9F 9E 19 0 1 26 B2 11 37
Octal 167 237 236 31 0 1 46 262 21 67
Binary 1110111 10011111 10011110 11001 0 1 100110 10110010 10001 110111

Color Harmonies of #779F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F9E

Black with #779F9E

Text Example


Text Example

White with #779F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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