Html Css Color HEX #77BBB0 Gulf Stream

📋 copy color: '#77BBB0'

red 119 ◦ green 187 ◦ blue 176

#77BBB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #77BBB0

Tints of Gulf Stream #77BBB0

RGB

 RED value IS 119 (46.88% from 255) = 24.69%

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 24.69%
G = 38.8%
B = 36.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#77BBB0 (or 0x77BBB0) is known color: 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

RGB 119 187 176 -
CMYK 0.36 0 0.06 0.27
HSL 170.29º 0.33% 0.6% -
HSV(B) 170.29º 0.36% 0.73% -
XYZ 33.21 42.6 47.55 -
YUV 165.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 119 187 176 0.36 0 0.06 0.27 170.29 0.33 0.6
Hex 77 BB B0 24 0 6 1B AA 21 3C
Octal 167 273 260 44 0 6 33 252 41 74
Binary 1110111 10111011 10110000 100100 0 110 11011 10101010 100001 111100

Color Harmonies of #77BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBB0

Black with #77BBB0

Text Example


Text Example

White with #77BBB0

Text Example


Text Example

HTML Codes & Css Web 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>