#77B2A4

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

Shades of Gulf Stream #77B2A4

Tints of Gulf Stream #77B2A4

Color information

#77B2A4 (or 0x77B2A4) is unknown color: approx Gulf Stream. HEX triplet: 77, B2 and A4. RGB value is (119,178,164). Sum of RGB (Red+Green+Blue) = 119+178+164=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #77B2A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B2A4 is #884D5B. Grayscale: #9E9E9E. Windows color (decimal): -8932700 or 10793591. OLE color: 10793591.

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

Color convert

RGB119178164-
CMYK0.3300.080.30
HSL165.76º27.7%58.24%-
HSV(B)165.76º33.15%69.8%-
XYZ30.2338.4440.95-
YUV158.76130.9599.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.81%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=25.81%
G=38.61%
B=35.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191781640.3300.080.30165.7627.758.24
Hex77B2A421081Ea61c3a
Octal16726224441010362463472
Binary1110111101100101010010010000101000111101010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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