#749D88

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

Shades of Acapulco #749D88

Tints of Acapulco #749D88

Color information

#749D88 (or 0x749D88) is unknown color: approx Acapulco. HEX triplet: 74, 9D and 88. RGB value is (116,157,136). Sum of RGB (Red+Green+Blue) = 116+157+136=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #749D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D88 is #8B6277. Grayscale: #8E8E8E. Windows color (decimal): -9134712 or 8953204. OLE color: 8953204.

HSL color Cylindrical-coordinate representation of color #749D88: hue angle of 149.27º 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 #749D88 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB116157136-
CMYK0.2600.130.38
HSL149.27º17.3%53.53%-
HSV(B)149.27º26.11%61.57%-
XYZ23.729.627.76-
YUV142.35124.42109.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=28.36%
G=38.39%
B=33.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571360.2600.130.38149.2717.353.53
Hex749D881A0D26951136
Octal16423521032015462252166
Binary1110100100111011000100011010011011001101001010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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