#749F8F

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

Shades of Acapulco #749F8F

Tints of Acapulco #749F8F

Color information

#749F8F (or 0x749F8F) is unknown color: approx Acapulco. HEX triplet: 74, 9F and 8F. RGB value is (116,159,143). Sum of RGB (Red+Green+Blue) = 116+159+143=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #749F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749F8F is #8B6070. Grayscale: #909090. Windows color (decimal): -9134193 or 9412468. OLE color: 9412468.

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

Color convert

RGB116159143-
CMYK0.2700.100.38
HSL157.67º18.3%53.92%-
HSV(B)157.67º27.04%62.35%-
XYZ24.5630.4930.58-
YUV144.32127.25107.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=27.75%
G=38.04%
B=34.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161591430.2700.100.38157.6718.353.92
Hex749F8F1B0A269e1236
Octal16423721733012462362266
Binary1110100100111111000111111011010101001101001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,159,143); }

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

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

 a { background-color: rgb(116,159,143); }

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

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

 span { border-color: rgb(116,159,143); }

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