Html Css Color HEX #779DA4 Neptune

📋 copy color: '#779DA4'

red 119 ◦ green 157 ◦ blue 164

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

Shades of Neptune #779DA4

Tints of Neptune #779DA4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.68%

 BLUE value IS 164 (64.45% from 255) = 37.27%

R = 27.05%
G = 35.68%
B = 37.27%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#779DA4 (or 0x779DA4) is known color: Neptune. HEX triplet: 77, 9D and A4. RGB value is (119,157,164). Sum of RGB (Red+Green+Blue) = 119+157+164=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 164 - color contains mainly: blue. Hex color #779DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DA4 is #88625B. Grayscale: #929292. Windows color (decimal): -8938076 or 10788215. OLE color: 10788215.

HSL color Cylindrical-coordinate representation of color #779DA4: hue angle of 189.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #779DA4 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 157 164 -
CMYK 0.27 0.04 0 0.36
HSL 189.33º 0.2% 0.55% -
HSV(B) 189.33º 0.27% 0.64% -
XYZ 26.37 30.72 39.66 -
YUV 146.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 119 157 164 0.27 0.04 0 0.36 189.33 0.2 0.55
Hex 77 9D A4 1B 4 0 24 BD 14 37
Octal 167 235 244 33 4 0 44 275 24 67
Binary 1110111 10011101 10100100 11011 100 0 100100 10111101 10100 110111

Color Harmonies of #779DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779DA4

Black with #779DA4

Text Example


Text Example

White with #779DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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