#77BBB0

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

Shades of Gulf Stream #77BBB0

Tints of Gulf Stream #77BBB0

Color information

#77BBB0 (or 0x77BBB0) is unknown color: approx Gulf Stream. HEX triplet: 77, BB and B0. RGB value is (119,187,176). Sum of RGB (Red+Green+Blue) = 119+187+176=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #77BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BBB0 is #88444F. Grayscale: #A5A5A5. Windows color (decimal): -8930384 or 11582327. OLE color: 11582327.

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

Color convert

RGB119187176-
CMYK0.3600.060.27
HSL170.29º33.33%60%-
HSV(B)170.29º36.36%73.33%-
XYZ33.2142.647.55-
YUV165.41133.9794.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.69%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=24.69%
G=38.80%
B=36.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191871760.3600.060.27170.2933.3360
Hex77BBB024061Baa213c
Octal1672732604406332524174
Binary1110111101110111011000010010001101101110101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,176); }

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

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

 a { background-color: rgb(119,187,176); }

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

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

 span { border-color: rgb(119,187,176); }

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