#77A29A

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

Shades of Gulf Stream #77A29A

Tints of Gulf Stream #77A29A

Color information

#77A29A (or 0x77A29A) is unknown color: approx 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

RGB119162154-
CMYK0.2700.050.36
HSL168.84º18.78%55.1%-
HSV(B)168.84º26.54%63.53%-
XYZ26.3632.135.38-
YUV148.23131.25107.15-

RGB Variations

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

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.40%
R=27.36%
G=37.24%
B=35.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191621540.2700.050.36168.8418.7855.1
Hex77A29A1B0524a91337
Octal1672422323305442512367
Binary111011110100010100110101101101011001001010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>