#77A8A3

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

Shades of Gulf Stream #77A8A3

Tints of Gulf Stream #77A8A3

Color information

#77A8A3 (or 0x77A8A3) is unknown color: approx Gulf Stream. HEX triplet: 77, A8 and A3. RGB value is (119,168,163). Sum of RGB (Red+Green+Blue) = 119+168+163=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 168 - color contains mainly: green. Hex color #77A8A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A8A3 is #88575C. Grayscale: #989898. Windows color (decimal): -8935261 or 10725495. OLE color: 10725495.

HSL color Cylindrical-coordinate representation of color #77A8A3: hue angle of 173.88º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A8A3 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB119168163-
CMYK0.2900.030.34
HSL173.88º21.97%56.27%-
HSV(B)173.88º29.17%65.88%-
XYZ28.2234.5739.84-
YUV152.78133.77103.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.44%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 163 (64.06% from 255) = 36.22%
R=26.44%
G=37.33%
B=36.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191681630.2900.030.34173.8821.9756.27
Hex77A8A31D0322ae1638
Octal1672502433503422562670
Binary11101111010100010100011111010111000101010111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,168,163); }

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

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

 a { background-color: rgb(119,168,163); }

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

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

 span { border-color: rgb(119,168,163); }

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