Html Css Color HEX #77ABB3 Neptune

📋 copy color: '#77ABB3'

red 119 ◦ green 171 ◦ blue 179

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

Shades of Neptune #77ABB3

Tints of Neptune #77ABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 25.37%
G = 36.46%
B = 38.17%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#77ABB3 (or 0x77ABB3) is known color: Neptune. HEX triplet: 77, AB and B3. RGB value is (119,171,179). Sum of RGB (Red+Green+Blue) = 119+171+179=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #77ABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABB3 is #88544C. Grayscale: #9C9C9C. Windows color (decimal): -8934477 or 11774839. OLE color: 11774839.

HSL color Cylindrical-coordinate representation of color #77ABB3: hue angle of 188º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77ABB3 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 171 179 -
CMYK 0.34 0.04 0 0.30
HSL 188º 0.28% 0.58% -
HSV(B) 188º 0.34% 0.7% -
XYZ 30.31 36.3 48.06 -
YUV 156.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 119 171 179 0.34 0.04 0 0.30 188 0.28 0.58
Hex 77 AB B3 22 4 0 1E BC 1C 3A
Octal 167 253 263 42 4 0 36 274 34 72
Binary 1110111 10101011 10110011 100010 100 0 11110 10111100 11100 111010

Color Harmonies of #77ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABB3

Black with #77ABB3

Text Example


Text Example

White with #77ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77ABB3; }

 p { color: rgb(119,171,179); }

 H1.HeaderClassName
 {
   color: #77ABB3;
 }
 .AnyTagClassName
 {
   color: #77ABB3;
 }
</style>

background-color css

<style>
 a { background-color: #77ABB3; }

 a { background-color: rgb(119,171,179); }

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

border-color css

<style>
 span { border-color: #77ABB3; }

 span { border-color: rgb(119,171,179); }

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