Html Css Color HEX #779D9F Neptune

📋 copy color: '#779D9F'

red 119 ◦ green 157 ◦ blue 159

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

Shades of Neptune #779D9F

Tints of Neptune #779D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 27.36%
G = 36.09%
B = 36.55%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#779D9F (or 0x779D9F) is known color: Neptune. HEX triplet: 77, 9D and 9F. RGB value is (119,157,159). Sum of RGB (Red+Green+Blue) = 119+157+159=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 159 - color contains mainly: blue. Hex color #779D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D9F is #886260. Grayscale: #919191. Windows color (decimal): -8938081 or 10460535. OLE color: 10460535.

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

Color convert

RGB 119 157 159 -
CMYK 0.25 0.01 0 0.38
HSL 183º 0.17% 0.55% -
HSV(B) 183º 0.25% 0.62% -
XYZ 25.92 30.54 37.33 -
YUV 145.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 119 157 159 0.25 0.01 0 0.38 183 0.17 0.55
Hex 77 9D 9F 19 1 0 26 B7 11 37
Octal 167 235 237 31 1 0 46 267 21 67
Binary 1110111 10011101 10011111 11001 1 0 100110 10110111 10001 110111

Color Harmonies of #779D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D9F

Black with #779D9F

Text Example


Text Example

White with #779D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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