#77B6AF

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

Shades of Gulf Stream #77B6AF

Tints of Gulf Stream #77B6AF

Color information

#77B6AF (or 0x77B6AF) is unknown color: approx Gulf Stream. HEX triplet: 77, B6 and AF. RGB value is (119,182,175). Sum of RGB (Red+Green+Blue) = 119+182+175=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #77B6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B6AF is #884950. Grayscale: #A2A2A2. Windows color (decimal): -8931665 or 11515511. OLE color: 11515511.

HSL color Cylindrical-coordinate representation of color #77B6AF: hue angle of 173.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B6AF is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB119182175-
CMYK0.3500.040.29
HSL173.33º30.14%59.02%-
HSV(B)173.33º34.62%71.37%-
XYZ32.0740.4746.68-
YUV162.36135.1397.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=25%
G=38.24%
B=36.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191821750.3500.040.29173.3330.1459.02
Hex77B6AF23041Dad1e3b
Octal1672662574304352553673
Binary111011110110110101011111000110100111011010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,182,175); }

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

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

 a { background-color: rgb(119,182,175); }

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

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

 span { border-color: rgb(119,182,175); }

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