#749D86

Color #749D86 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #749D86

Tints of Acapulco #749D86

Color information

#749D86 (or 0x749D86) is unknown color: approx Acapulco. HEX triplet: 74, 9D and 86. RGB value is (116,157,134). Sum of RGB (Red+Green+Blue) = 116+157+134=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #749D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D86 is #8B6279. Grayscale: #8E8E8E. Windows color (decimal): -9134714 or 8822132. OLE color: 8822132.

HSL color Cylindrical-coordinate representation of color #749D86: hue angle of 146.34º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749D86 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB116157134-
CMYK0.2600.150.38
HSL146.34º17.3%53.53%-
HSV(B)146.34º26.11%61.57%-
XYZ23.5629.5527.02-
YUV142.12123.42109.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=28.50%
G=38.57%
B=32.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571340.2600.150.38146.3417.353.53
Hex749D861A0F26921136
Octal16423520632017462222166
Binary1110100100111011000011011010011111001101001001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749D86; }

 p { color: rgb(116,157,134); }

 H1.HeaderClassName
 {
   color: #749D86;
 }
 .AnyTagClassName
 {
   color: #749D86;
 }
</style>
background-color css

<style>
 a { background-color: #749D86; }

 a { background-color: rgb(116,157,134); }

 div.DivClassName
 {
   background-color: #749D86;
 }
 .BgClassName
 {
   background-color: #749D86;
 }
</style>
border-color css

<style>
 span { border-color: #749D86; }

 span { border-color: rgb(116,157,134); }

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