#77AA9F

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

Shades of Gulf Stream #77AA9F

Tints of Gulf Stream #77AA9F

Color information

#77AA9F (or 0x77AA9F) is unknown color: approx Gulf Stream. HEX triplet: 77, AA and 9F. RGB value is (119,170,159). Sum of RGB (Red+Green+Blue) = 119+170+159=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA9F is #885560. Grayscale: #999999. Windows color (decimal): -8934753 or 10463863. OLE color: 10463863.

HSL color Cylindrical-coordinate representation of color #77AA9F: hue angle of 167.06º degrees, saturation: 0.23, 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 #77AA9F is Cyan = 0.3, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB119170159-
CMYK0.300.060.33
HSL167.06º23.08%56.67%-
HSV(B)167.06º30%66.67%-
XYZ28.2435.1738.1-
YUV153.5131.1103.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=26.56%
G=37.95%
B=35.49%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701590.300.060.33167.0623.0856.67
Hex77AA9F1E0621a71739
Octal1672522373606412472771
Binary111011110101010100111111111001101000011010011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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