Html Css Color HEX #77AE9B Acapulco

📋 copy color: '#77AE9B'

red 119 ◦ green 174 ◦ blue 155

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

Shades of Acapulco #77AE9B

Tints of Acapulco #77AE9B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 26.56%
G = 38.84%
B = 34.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#77AE9B (or 0x77AE9B) is known color: Acapulco. HEX triplet: 77, AE and 9B. RGB value is (119,174,155). Sum of RGB (Red+Green+Blue) = 119+174+155=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AE9B is #885164. Grayscale: #9B9B9B. Windows color (decimal): -8933733 or 10202743. OLE color: 10202743.

HSL color Cylindrical-coordinate representation of color #77AE9B: hue angle of 159.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AE9B is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 174 155 -
CMYK 0.32 0 0.11 0.32
HSL 159.27º 0.25% 0.57% -
HSV(B) 159.27º 0.32% 0.68% -
XYZ 28.66 36.56 36.56 -
YUV 155.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 119 174 155 0.32 0 0.11 0.32 159.27 0.25 0.57
Hex 77 AE 9B 20 0 B 20 9F 19 39
Octal 167 256 233 40 0 13 40 237 31 71
Binary 1110111 10101110 10011011 100000 0 1011 100000 10011111 11001 111001

Color Harmonies of #77AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AE9B

Black with #77AE9B

Text Example


Text Example

White with #77AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,174,155); }

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

background-color css

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

 a { background-color: rgb(119,174,155); }

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

border-color css

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

 span { border-color: rgb(119,174,155); }

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