Html Css Color HEX #76A494 Acapulco

📋 copy color: '#76A494'

red 118 ◦ green 164 ◦ blue 148

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

Shades of Acapulco #76A494

Tints of Acapulco #76A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 27.44%
G = 38.14%
B = 34.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#76A494 (or 0x76A494) is known color: Acapulco. HEX triplet: 76, A4 and 94. RGB value is (118,164,148). Sum of RGB (Red+Green+Blue) = 118+164+148=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #76A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A494 is #895B6B. Grayscale: #949494. Windows color (decimal): -9001836 or 9741430. OLE color: 9741430.

HSL color Cylindrical-coordinate representation of color #76A494: hue angle of 159.13º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A494 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 148 -
CMYK 0.28 0 0.10 0.36
HSL 159.13º 0.2% 0.55% -
HSV(B) 159.13º 0.28% 0.64% -
XYZ 26.09 32.54 32.92 -
YUV 148.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 118 164 148 0.28 0 0.10 0.36 159.13 0.2 0.55
Hex 76 A4 94 1C 0 A 24 9F 14 37
Octal 166 244 224 34 0 12 44 237 24 67
Binary 1110110 10100100 10010100 11100 0 1010 100100 10011111 10100 110111

Color Harmonies of #76A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A494

Black with #76A494

Text Example


Text Example

White with #76A494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,164,148); }

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

background-color css

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

 a { background-color: rgb(118,164,148); }

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

border-color css

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

 span { border-color: rgb(118,164,148); }

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