Html Css Color HEX #749D86 Acapulco

📋 copy color: '#749D86'

red 116 ◦ green 157 ◦ blue 134

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

Shades of Acapulco #749D86

Tints of Acapulco #749D86

RGB

 RED value IS 116 (45.7% from 255) = 28.5%

 GREEN value IS 157 (61.72% from 255) = 38.57%

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 28.5%
G = 38.57%
B = 32.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#749D86 (or 0x749D86) is known color: 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

RGB 116 157 134 -
CMYK 0.26 0 0.15 0.38
HSL 146.34º 0.17% 0.54% -
HSV(B) 146.34º 0.26% 0.62% -
XYZ 23.56 29.55 27.02 -
YUV 142.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 116 157 134 0.26 0 0.15 0.38 146.34 0.17 0.54
Hex 74 9D 86 1A 0 F 26 92 11 36
Octal 164 235 206 32 0 17 46 222 21 66
Binary 1110100 10011101 10000110 11010 0 1111 100110 10010010 10001 110110

Color Harmonies of #749D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D86

Black with #749D86

Text Example


Text Example

White with #749D86

Text Example


Text Example

HTML Codes & Css Web 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>