Html Css Color HEX #76B497 Acapulco

📋 copy color: '#76B497'

red 118 ◦ green 180 ◦ blue 151

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

Shades of Acapulco #76B497

Tints of Acapulco #76B497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 151 (59.38% from 255) = 33.63%

R = 26.28%
G = 40.09%
B = 33.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#76B497 (or 0x76B497) is known color: Acapulco. HEX triplet: 76, B4 and 97. RGB value is (118,180,151). Sum of RGB (Red+Green+Blue) = 118+180+151=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #76B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B497 is #894B68. Grayscale: #9E9E9E. Windows color (decimal): -8997737 or 9942134. OLE color: 9942134.

HSL color Cylindrical-coordinate representation of color #76B497: hue angle of 151.94º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B497 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 151 -
CMYK 0.34 0 0.16 0.29
HSL 151.94º 0.29% 0.58% -
HSV(B) 151.94º 0.34% 0.71% -
XYZ 29.38 38.73 35.21 -
YUV 158.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 118 180 151 0.34 0 0.16 0.29 151.94 0.29 0.58
Hex 76 B4 97 22 0 10 1D 98 1D 3A
Octal 166 264 227 42 0 20 35 230 35 72
Binary 1110110 10110100 10010111 100010 0 10000 11101 10011000 11101 111010

Color Harmonies of #76B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B497

Black with #76B497

Text Example


Text Example

White with #76B497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,151); }

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

background-color css

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

 a { background-color: rgb(118,180,151); }

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

border-color css

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

 span { border-color: rgb(118,180,151); }

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