Html Css Color HEX #76A295 Acapulco

📋 copy color: '#76A295'

red 118 ◦ green 162 ◦ blue 149

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

Shades of Acapulco #76A295

Tints of Acapulco #76A295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 27.51%
G = 37.76%
B = 34.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#76A295 (or 0x76A295) is known color: Acapulco. HEX triplet: 76, A2 and 95. RGB value is (118,162,149). Sum of RGB (Red+Green+Blue) = 118+162+149=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #76A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A295 is #895D6A. Grayscale: #939393. Windows color (decimal): -9002347 or 9806454. OLE color: 9806454.

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

Color convert

RGB 118 162 149 -
CMYK 0.27 0 0.08 0.36
HSL 162.27º 0.19% 0.55% -
HSV(B) 162.27º 0.27% 0.64% -
XYZ 25.82 31.86 33.22 -
YUV 147.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 118 162 149 0.27 0 0.08 0.36 162.27 0.19 0.55
Hex 76 A2 95 1B 0 8 24 A2 13 37
Octal 166 242 225 33 0 10 44 242 23 67
Binary 1110110 10100010 10010101 11011 0 1000 100100 10100010 10011 110111

Color Harmonies of #76A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A295

Black with #76A295

Text Example


Text Example

White with #76A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,149); }

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

background-color css

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

 a { background-color: rgb(118,162,149); }

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

border-color css

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

 span { border-color: rgb(118,162,149); }

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