Html Css Color HEX #779B9C Neptune

📋 copy color: '#779B9C'

red 119 ◦ green 155 ◦ blue 156

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

Shades of Neptune #779B9C

Tints of Neptune #779B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 27.67%
G = 36.05%
B = 36.28%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#779B9C (or 0x779B9C) is known color: Neptune. HEX triplet: 77, 9B and 9C. RGB value is (119,155,156). Sum of RGB (Red+Green+Blue) = 119+155+156=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #779B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B9C is #886463. Grayscale: #909090. Windows color (decimal): -8938596 or 10263415. OLE color: 10263415.

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

Color convert

RGB 119 155 156 -
CMYK 0.24 0.01 0 0.39
HSL 181.62º 0.16% 0.54% -
HSV(B) 181.62º 0.24% 0.61% -
XYZ 25.33 29.76 35.86 -
YUV 144.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 119 155 156 0.24 0.01 0 0.39 181.62 0.16 0.54
Hex 77 9B 9C 18 1 0 27 B6 10 36
Octal 167 233 234 30 1 0 47 266 20 66
Binary 1110111 10011011 10011100 11000 1 0 100111 10110110 10000 110110

Color Harmonies of #779B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B9C

Black with #779B9C

Text Example


Text Example

White with #779B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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