Html Css Color HEX #76A992 Acapulco

📋 copy color: '#76A992'

red 118 ◦ green 169 ◦ blue 146

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

Shades of Acapulco #76A992

Tints of Acapulco #76A992

RGB

 RED value IS 118 (46.48% from 255) = 27.25%

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 27.25%
G = 39.03%
B = 33.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#76A992 (or 0x76A992) is known color: Acapulco. HEX triplet: 76, A9 and 92. RGB value is (118,169,146). Sum of RGB (Red+Green+Blue) = 118+169+146=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #76A992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A992 is #89566D. Grayscale: #979797. Windows color (decimal): -9000558 or 9611638. OLE color: 9611638.

HSL color Cylindrical-coordinate representation of color #76A992: hue angle of 152.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A992 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 169 146 -
CMYK 0.30 0 0.14 0.34
HSL 152.94º 0.23% 0.56% -
HSV(B) 152.94º 0.3% 0.66% -
XYZ 26.85 34.3 32.4 -
YUV 151.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 118 169 146 0.30 0 0.14 0.34 152.94 0.23 0.56
Hex 76 A9 92 1E 0 E 22 99 17 38
Octal 166 251 222 36 0 16 42 231 27 70
Binary 1110110 10101001 10010010 11110 0 1110 100010 10011001 10111 111000

Color Harmonies of #76A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A992

Black with #76A992

Text Example


Text Example

White with #76A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A992; }

 p { color: rgb(118,169,146); }

 H1.HeaderClassName
 {
   color: #76A992;
 }
 .AnyTagClassName
 {
   color: #76A992;
 }
</style>

background-color css

<style>
 a { background-color: #76A992; }

 a { background-color: rgb(118,169,146); }

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

border-color css

<style>
 span { border-color: #76A992; }

 span { border-color: rgb(118,169,146); }

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