Html Css Color HEX #77A99D Gulf Stream

📋 copy color: '#77A99D'

red 119 ◦ green 169 ◦ blue 157

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

Shades of Gulf Stream #77A99D

Tints of Gulf Stream #77A99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.98%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 26.74%
G = 37.98%
B = 35.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#77A99D (or 0x77A99D) is known color: Gulf Stream. HEX triplet: 77, A9 and 9D. RGB value is (119,169,157). Sum of RGB (Red+Green+Blue) = 119+169+157=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #77A99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A99D is #885662. Grayscale: #989898. Windows color (decimal): -8935011 or 10332535. OLE color: 10332535.

HSL color Cylindrical-coordinate representation of color #77A99D: hue angle of 165.6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A99D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 169 157 -
CMYK 0.30 0 0.07 0.34
HSL 165.6º 0.23% 0.56% -
HSV(B) 165.6º 0.3% 0.66% -
XYZ 27.88 34.73 37.13 -
YUV 152.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 119 169 157 0.30 0 0.07 0.34 165.6 0.23 0.56
Hex 77 A9 9D 1E 0 7 22 A6 17 38
Octal 167 251 235 36 0 7 42 246 27 70
Binary 1110111 10101001 10011101 11110 0 111 100010 10100110 10111 111000

Color Harmonies of #77A99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A99D

Black with #77A99D

Text Example


Text Example

White with #77A99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,169,157); }

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

background-color css

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

 a { background-color: rgb(119,169,157); }

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

border-color css

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

 span { border-color: rgb(119,169,157); }

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