Html Css Color HEX #779A9C Neptune

📋 copy color: '#779A9C'

red 119 ◦ green 154 ◦ blue 156

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

Shades of Neptune #779A9C

Tints of Neptune #779A9C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

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

R = 27.74%
G = 35.9%
B = 36.36%

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

#779A9C (or 0x779A9C) is known color: Neptune. HEX triplet: 77, 9A and 9C. RGB value is (119,154,156). Sum of RGB (Red+Green+Blue) = 119+154+156=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #779A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A9C is #886563. Grayscale: #8F8F8F. Windows color (decimal): -8938852 or 10263159. OLE color: 10263159.

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

Color convert

RGB 119 154 156 -
CMYK 0.24 0.01 0 0.39
HSL 183.24º 0.16% 0.54% -
HSV(B) 183.24º 0.24% 0.61% -
XYZ 25.16 29.43 35.81 -
YUV 143.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 119 154 156 0.24 0.01 0 0.39 183.24 0.16 0.54
Hex 77 9A 9C 18 1 0 27 B7 10 36
Octal 167 232 234 30 1 0 47 267 20 66
Binary 1110111 10011010 10011100 11000 1 0 100111 10110111 10000 110110

Color Harmonies of #779A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A9C

Black with #779A9C

Text Example


Text Example

White with #779A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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