#77BAA2

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

Shades of Gulf Stream #77BAA2

Tints of Gulf Stream #77BAA2

Color information

#77BAA2 (or 0x77BAA2) is unknown color: approx Gulf Stream. HEX triplet: 77, BA and A2. RGB value is (119,186,162). Sum of RGB (Red+Green+Blue) = 119+186+162=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #77BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BAA2 is #88455D. Grayscale: #A3A3A3. Windows color (decimal): -8930654 or 10664567. OLE color: 10664567.

HSL color Cylindrical-coordinate representation of color #77BAA2: hue angle of 158.51º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BAA2 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB119186162-
CMYK0.3600.130.27
HSL158.51º32.68%59.8%-
HSV(B)158.51º36.02%72.94%-
XYZ31.6941.6540.55-
YUV163.23127.396.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=25.48%
G=39.83%
B=34.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861620.3600.130.27158.5132.6859.8
Hex77BAA2240D1B9f213c
Octal16727224244015332374174
Binary11101111011101010100010100100011011101110011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,162); }

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

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

 a { background-color: rgb(119,186,162); }

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

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

 span { border-color: rgb(119,186,162); }

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