Html Css Color HEX #77AC9E Gulf Stream

📋 copy color: '#77AC9E'

red 119 ◦ green 172 ◦ blue 158

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

Shades of Gulf Stream #77AC9E

Tints of Gulf Stream #77AC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 26.5%
G = 38.31%
B = 35.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#77AC9E (or 0x77AC9E) is known color: Gulf Stream. HEX triplet: 77, AC and 9E. RGB value is (119,172,158). Sum of RGB (Red+Green+Blue) = 119+172+158=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AC9E is #885361. Grayscale: #9A9A9A. Windows color (decimal): -8934242 or 10398839. OLE color: 10398839.

HSL color Cylindrical-coordinate representation of color #77AC9E: hue angle of 164.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AC9E is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 172 158 -
CMYK 0.31 0 0.08 0.33
HSL 164.15º 0.24% 0.57% -
HSV(B) 164.15º 0.31% 0.67% -
XYZ 28.53 35.9 37.77 -
YUV 154.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 119 172 158 0.31 0 0.08 0.33 164.15 0.24 0.57
Hex 77 AC 9E 1F 0 8 21 A4 18 39
Octal 167 254 236 37 0 10 41 244 30 71
Binary 1110111 10101100 10011110 11111 0 1000 100001 10100100 11000 111001

Color Harmonies of #77AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AC9E

Black with #77AC9E

Text Example


Text Example

White with #77AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,172,158); }

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

background-color css

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

 a { background-color: rgb(119,172,158); }

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

border-color css

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

 span { border-color: rgb(119,172,158); }

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