#77BDA4

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

Shades of Gulf Stream #77BDA4

Tints of Gulf Stream #77BDA4

Color information

#77BDA4 (or 0x77BDA4) is unknown color: approx Gulf Stream. HEX triplet: 77, BD and A4. RGB value is (119,189,164). Sum of RGB (Red+Green+Blue) = 119+189+164=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDA4 is #88425B. Grayscale: #A5A5A5. Windows color (decimal): -8929884 or 10796407. OLE color: 10796407.

HSL color Cylindrical-coordinate representation of color #77BDA4: hue angle of 158.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDA4 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB119189164-
CMYK0.3700.130.26
HSL158.57º34.65%60.39%-
HSV(B)158.57º37.04%74.12%-
XYZ32.514341.71-
YUV165.22127.3195.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=25.21%
G=40.04%
B=34.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191891640.3700.130.26158.5734.6560.39
Hex77BDA4250D1A9f233c
Octal16727524445015322374374
Binary11101111011110110100100100101011011101010011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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