Html Css Color HEX #779EA0 Neptune

📋 copy color: '#779EA0'

red 119 ◦ green 158 ◦ blue 160

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

Shades of Neptune #779EA0

Tints of Neptune #779EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 27.23%
G = 36.16%
B = 36.61%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#779EA0 (or 0x779EA0) is known color: Neptune. HEX triplet: 77, 9E and A0. RGB value is (119,158,160). Sum of RGB (Red+Green+Blue) = 119+158+160=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #779EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EA0 is #88615F. Grayscale: #929292. Windows color (decimal): -8937824 or 10526327. OLE color: 10526327.

HSL color Cylindrical-coordinate representation of color #779EA0: hue angle of 182.93º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #779EA0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 158 160 -
CMYK 0.26 0.01 0 0.37
HSL 182.93º 0.18% 0.55% -
HSV(B) 182.93º 0.26% 0.63% -
XYZ 26.18 30.91 37.84 -
YUV 146.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 119 158 160 0.26 0.01 0 0.37 182.93 0.18 0.55
Hex 77 9E A0 1A 1 0 25 B7 12 37
Octal 167 236 240 32 1 0 45 267 22 67
Binary 1110111 10011110 10100000 11010 1 0 100101 10110111 10010 110111

Color Harmonies of #779EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779EA0

Black with #779EA0

Text Example


Text Example

White with #779EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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