Html Css Color HEX #779B9D Neptune

📋 copy color: '#779B9D'

red 119 ◦ green 155 ◦ blue 157

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

Shades of Neptune #779B9D

Tints of Neptune #779B9D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 27.61%
G = 35.96%
B = 36.43%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#779B9D (or 0x779B9D) is known color: Neptune. HEX triplet: 77, 9B and 9D. RGB value is (119,155,157). Sum of RGB (Red+Green+Blue) = 119+155+157=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #779B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B9D is #886462. Grayscale: #909090. Windows color (decimal): -8938595 or 10328951. OLE color: 10328951.

HSL color Cylindrical-coordinate representation of color #779B9D: hue angle of 183.16º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779B9D is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 155 157 -
CMYK 0.24 0.01 0 0.38
HSL 183.16º 0.16% 0.54% -
HSV(B) 183.16º 0.24% 0.62% -
XYZ 25.41 29.8 36.31 -
YUV 144.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 119 155 157 0.24 0.01 0 0.38 183.16 0.16 0.54
Hex 77 9B 9D 18 1 0 26 B7 10 36
Octal 167 233 235 30 1 0 46 267 20 66
Binary 1110111 10011011 10011101 11000 1 0 100110 10110111 10000 110110

Color Harmonies of #779B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B9D

Black with #779B9D

Text Example


Text Example

White with #779B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,157); }

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

background-color css

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

 a { background-color: rgb(119,155,157); }

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

border-color css

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

 span { border-color: rgb(119,155,157); }

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