#77B3B1

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

Shades of Gulf Stream #77B3B1

Tints of Gulf Stream #77B3B1

Color information

#77B3B1 (or 0x77B3B1) is unknown color: approx Gulf Stream. HEX triplet: 77, B3 and B1. RGB value is (119,179,177). Sum of RGB (Red+Green+Blue) = 119+179+177=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #77B3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B3B1 is #884C4E. Grayscale: #A0A0A0. Windows color (decimal): -8932431 or 11645815. OLE color: 11645815.

HSL color Cylindrical-coordinate representation of color #77B3B1: hue angle of 178º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B3B1 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB119179177-
CMYK0.3400.010.30
HSL178º28.3%58.43%-
HSV(B)178º33.52%70.2%-
XYZ31.6639.3447.52-
YUV160.83137.1298.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=25.05%
G=37.68%
B=37.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191791770.3400.010.3017828.358.43
Hex77B3B122011Eb21c3a
Octal1672632614201362623472
Binary1110111101100111011000110001001111101011001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,179,177); }

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

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

 a { background-color: rgb(119,179,177); }

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

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

 span { border-color: rgb(119,179,177); }

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