Html Css Color HEX #77A29A Gulf Stream

📋 copy color: '#77A29A'

red 119 ◦ green 162 ◦ blue 154

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

Shades of Gulf Stream #77A29A

Tints of Gulf Stream #77A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 27.36%
G = 37.24%
B = 35.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#77A29A (or 0x77A29A) is known color: Gulf Stream. HEX triplet: 77, A2 and 9A. RGB value is (119,162,154). Sum of RGB (Red+Green+Blue) = 119+162+154=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #77A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A29A is #885D65. Grayscale: #949494. Windows color (decimal): -8936806 or 10134135. OLE color: 10134135.

HSL color Cylindrical-coordinate representation of color #77A29A: hue angle of 168.84º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A29A is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 162 154 -
CMYK 0.27 0 0.05 0.36
HSL 168.84º 0.19% 0.55% -
HSV(B) 168.84º 0.27% 0.64% -
XYZ 26.36 32.1 35.38 -
YUV 148.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 119 162 154 0.27 0 0.05 0.36 168.84 0.19 0.55
Hex 77 A2 9A 1B 0 5 24 A9 13 37
Octal 167 242 232 33 0 5 44 251 23 67
Binary 1110111 10100010 10011010 11011 0 101 100100 10101001 10011 110111

Color Harmonies of #77A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A29A

Black with #77A29A

Text Example


Text Example

White with #77A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,162,154); }

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

background-color css

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

 a { background-color: rgb(119,162,154); }

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

border-color css

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

 span { border-color: rgb(119,162,154); }

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