#77ABA6

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

Shades of Gulf Stream #77ABA6

Tints of Gulf Stream #77ABA6

Color information

#77ABA6 (or 0x77ABA6) is unknown color: approx Gulf Stream. HEX triplet: 77, AB and A6. RGB value is (119,171,166). Sum of RGB (Red+Green+Blue) = 119+171+166=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #77ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABA6 is #885459. Grayscale: #9A9A9A. Windows color (decimal): -8934490 or 10922871. OLE color: 10922871.

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

Color convert

RGB119171166-
CMYK0.3000.030.33
HSL174.23º23.64%56.86%-
HSV(B)174.23º30.41%67.06%-
XYZ29.0535.841.46-
YUV154.88134.27102.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=26.10%
G=37.5%
B=36.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191711660.3000.030.33174.2323.6456.86
Hex77ABA61E0321ae1839
Octal1672532463603412563071
Binary11101111010101110100110111100111000011010111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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