Html Css Color HEX #77A08C Acapulco

📋 copy color: '#77A08C'

red 119 ◦ green 160 ◦ blue 140

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

Shades of Acapulco #77A08C

Tints of Acapulco #77A08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 28.4%
G = 38.19%
B = 33.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#77A08C (or 0x77A08C) is known color: Acapulco. HEX triplet: 77, A0 and 8C. RGB value is (119,160,140). Sum of RGB (Red+Green+Blue) = 119+160+140=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #77A08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A08C is #885F73. Grayscale: #919191. Windows color (decimal): -8937332 or 9216119. OLE color: 9216119.

HSL color Cylindrical-coordinate representation of color #77A08C: hue angle of 150.73º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A08C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 160 140 -
CMYK 0.26 0 0.12 0.37
HSL 150.73º 0.18% 0.55% -
HSV(B) 150.73º 0.26% 0.63% -
XYZ 24.91 30.96 29.47 -
YUV 145.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 119 160 140 0.26 0 0.12 0.37 150.73 0.18 0.55
Hex 77 A0 8C 1A 0 C 25 97 12 37
Octal 167 240 214 32 0 14 45 227 22 67
Binary 1110111 10100000 10001100 11010 0 1100 100101 10010111 10010 110111

Color Harmonies of #77A08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A08C

Black with #77A08C

Text Example


Text Example

White with #77A08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,160,140); }

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

background-color css

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

 a { background-color: rgb(119,160,140); }

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

border-color css

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

 span { border-color: rgb(119,160,140); }

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