#77ABA5

Color #77ABA5 Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #77ABA5

Tints of Gulf Stream #77ABA5

Color information

#77ABA5 (or 0x77ABA5) is unknown color: approx Gulf Stream. HEX triplet: 77, AB and A5. RGB value is (119,171,165). Sum of RGB (Red+Green+Blue) = 119+171+165=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #77ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABA5 is #88545A. Grayscale: #9A9A9A. Windows color (decimal): -8934491 or 10857335. OLE color: 10857335.

HSL color Cylindrical-coordinate representation of color #77ABA5: hue angle of 173.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77ABA5 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB119171165-
CMYK0.3000.040.33
HSL173.08º23.64%56.86%-
HSV(B)173.08º30.41%67.06%-
XYZ28.9635.7640.97-
YUV154.77133.77102.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=26.15%
G=37.58%
B=36.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191711650.3000.040.33173.0823.6456.86
Hex77ABA51E0421ad1839
Octal1672532453604412553071
Binary111011110101011101001011111001001000011010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77ABA5;
 }
 .AnyTagClassName
 {
   color: #77ABA5;
 }
</style>
background-color css

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

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

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

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

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

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