Html Css Color HEX #77B9A1 Gulf Stream

📋 copy color: '#77B9A1'

red 119 ◦ green 185 ◦ blue 161

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

Shades of Gulf Stream #77B9A1

Tints of Gulf Stream #77B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 161 (63.28% from 255) = 34.62%

R = 25.59%
G = 39.78%
B = 34.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#77B9A1 (or 0x77B9A1) is known color: Gulf Stream. HEX triplet: 77, B9 and A1. RGB value is (119,185,161). Sum of RGB (Red+Green+Blue) = 119+185+161=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #77B9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B9A1 is #88465E. Grayscale: #A2A2A2. Windows color (decimal): -8930911 or 10598775. OLE color: 10598775.

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

Color convert

RGB 119 185 161 -
CMYK 0.36 0 0.13 0.27
HSL 158.18º 0.32% 0.6% -
HSV(B) 158.18º 0.36% 0.73% -
XYZ 31.39 41.19 40.01 -
YUV 162.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 119 185 161 0.36 0 0.13 0.27 158.18 0.32 0.6
Hex 77 B9 A1 24 0 D 1B 9E 20 3C
Octal 167 271 241 44 0 15 33 236 40 74
Binary 1110111 10111001 10100001 100100 0 1101 11011 10011110 100000 111100

Color Harmonies of #77B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B9A1

Black with #77B9A1

Text Example


Text Example

White with #77B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77B9A1;
 }
 .AnyTagClassName
 {
   color: #77B9A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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