#77B9A3

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

Shades of Gulf Stream #77B9A3

Tints of Gulf Stream #77B9A3

Color information

#77B9A3 (or 0x77B9A3) is unknown color: approx Gulf Stream. HEX triplet: 77, B9 and A3. RGB value is (119,185,163). Sum of RGB (Red+Green+Blue) = 119+185+163=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #77B9A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B9A3 is #88465C. Grayscale: #A2A2A2. Windows color (decimal): -8930909 or 10729847. OLE color: 10729847.

HSL color Cylindrical-coordinate representation of color #77B9A3: hue angle of 160º degrees, saturation: 0.32, 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 #77B9A3 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB119185163-
CMYK0.3600.120.27
HSL160º32.04%59.61%-
HSV(B)160º35.68%72.55%-
XYZ31.5741.2640.95-
YUV162.76128.1396.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=25.48%
G=39.61%
B=34.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191851630.3600.120.2716032.0459.61
Hex77B9A3240C1Ba0203c
Octal16727124344014332404074
Binary11101111011100110100011100100011001101110100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,185,163); }

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

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

 a { background-color: rgb(119,185,163); }

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

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

 span { border-color: rgb(119,185,163); }

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