Html Css Color HEX #77A28C Acapulco

📋 copy color: '#77A28C'

red 119 ◦ green 162 ◦ blue 140

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

Shades of Acapulco #77A28C

Tints of Acapulco #77A28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 28.27%
G = 38.48%
B = 33.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#77A28C (or 0x77A28C) is known color: Acapulco. HEX triplet: 77, A2 and 8C. RGB value is (119,162,140). Sum of RGB (Red+Green+Blue) = 119+162+140=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #77A28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A28C is #885D73. Grayscale: #929292. Windows color (decimal): -8936820 or 9216631. OLE color: 9216631.

HSL color Cylindrical-coordinate representation of color #77A28C: hue angle of 149.3º 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 #77A28C is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 162 140 -
CMYK 0.27 0 0.14 0.36
HSL 149.3º 0.19% 0.55% -
HSV(B) 149.3º 0.27% 0.64% -
XYZ 25.26 31.66 29.59 -
YUV 146.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 119 162 140 0.27 0 0.14 0.36 149.3 0.19 0.55
Hex 77 A2 8C 1B 0 E 24 95 13 37
Octal 167 242 214 33 0 16 44 225 23 67
Binary 1110111 10100010 10001100 11011 0 1110 100100 10010101 10011 110111

Color Harmonies of #77A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A28C

Black with #77A28C

Text Example


Text Example

White with #77A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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