#77B2A5

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

Shades of Gulf Stream #77B2A5

Tints of Gulf Stream #77B2A5

Color information

#77B2A5 (or 0x77B2A5) is unknown color: approx Gulf Stream. HEX triplet: 77, B2 and A5. RGB value is (119,178,165). Sum of RGB (Red+Green+Blue) = 119+178+165=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #77B2A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B2A5 is #884D5A. Grayscale: #9E9E9E. Windows color (decimal): -8932699 or 10859127. OLE color: 10859127.

HSL color Cylindrical-coordinate representation of color #77B2A5: hue angle of 166.78º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B2A5 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB119178165-
CMYK0.3300.070.30
HSL166.78º27.7%58.24%-
HSV(B)166.78º33.15%69.8%-
XYZ30.3238.4841.43-
YUV158.88131.4599.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.76%
GREEN value IS 178 (69.92% from 255) = 38.53%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=25.76%
G=38.53%
B=35.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191781650.3300.070.30166.7827.758.24
Hex77B2A521071Ea71c3a
Octal1672622454107362473472
Binary111011110110010101001011000010111111101010011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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