Html Css Color HEX #77AFAA Gulf Stream

📋 copy color: '#77AFAA'

red 119 ◦ green 175 ◦ blue 170

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

Shades of Gulf Stream #77AFAA

Tints of Gulf Stream #77AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 25.65%
G = 37.72%
B = 36.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#77AFAA (or 0x77AFAA) is known color: Gulf Stream. HEX triplet: 77, AF and AA. RGB value is (119,175,170). Sum of RGB (Red+Green+Blue) = 119+175+170=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #77AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AFAA is #885055. Grayscale: #9D9D9D. Windows color (decimal): -8933462 or 11186039. OLE color: 11186039.

HSL color Cylindrical-coordinate representation of color #77AFAA: hue angle of 174.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AFAA is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 175 170 -
CMYK 0.32 0 0.03 0.31
HSL 174.64º 0.26% 0.58% -
HSV(B) 174.64º 0.32% 0.69% -
XYZ 30.19 37.48 43.67 -
YUV 157.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 119 175 170 0.32 0 0.03 0.31 174.64 0.26 0.58
Hex 77 AF AA 20 0 3 1F AF 1A 3A
Octal 167 257 252 40 0 3 37 257 32 72
Binary 1110111 10101111 10101010 100000 0 11 11111 10101111 11010 111010

Color Harmonies of #77AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFAA

Black with #77AFAA

Text Example


Text Example

White with #77AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,175,170); }

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

background-color css

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

 a { background-color: rgb(119,175,170); }

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

border-color css

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

 span { border-color: rgb(119,175,170); }

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