#77AB9F

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

Shades of Gulf Stream #77AB9F

Tints of Gulf Stream #77AB9F

Color information

#77AB9F (or 0x77AB9F) is unknown color: approx Gulf Stream. HEX triplet: 77, AB and 9F. RGB value is (119,171,159). Sum of RGB (Red+Green+Blue) = 119+171+159=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB9F is #885460. Grayscale: #9A9A9A. Windows color (decimal): -8934497 or 10464119. OLE color: 10464119.

HSL color Cylindrical-coordinate representation of color #77AB9F: hue angle of 166.15º 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 #77AB9F is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB119171159-
CMYK0.3000.070.33
HSL166.15º23.64%56.86%-
HSV(B)166.15º30.41%67.06%-
XYZ28.4335.5538.16-
YUV154.08130.77102.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=26.50%
G=38.08%
B=35.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191711590.3000.070.33166.1523.6456.86
Hex77AB9F1E0721a61839
Octal1672532373607412463071
Binary111011110101011100111111111001111000011010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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