Html Css Color HEX #76A394 Acapulco

📋 copy color: '#76A394'

red 118 ◦ green 163 ◦ blue 148

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

Shades of Acapulco #76A394

Tints of Acapulco #76A394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

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

R = 27.51%
G = 38%
B = 34.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#76A394 (or 0x76A394) is known color: Acapulco. HEX triplet: 76, A3 and 94. RGB value is (118,163,148). Sum of RGB (Red+Green+Blue) = 118+163+148=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #76A394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A394 is #895C6B. Grayscale: #939393. Windows color (decimal): -9002092 or 9741174. OLE color: 9741174.

HSL color Cylindrical-coordinate representation of color #76A394: hue angle of 160º 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 #76A394 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 163 148 -
CMYK 0.28 0 0.09 0.36
HSL 160º 0.2% 0.55% -
HSV(B) 160º 0.28% 0.64% -
XYZ 25.91 32.18 32.86 -
YUV 147.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 118 163 148 0.28 0 0.09 0.36 160 0.2 0.55
Hex 76 A3 94 1C 0 9 24 A0 14 37
Octal 166 243 224 34 0 11 44 240 24 67
Binary 1110110 10100011 10010100 11100 0 1001 100100 10100000 10100 110111

Color Harmonies of #76A394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A394

Black with #76A394

Text Example


Text Example

White with #76A394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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