Html Css Color HEX #749F90 Acapulco

📋 copy color: '#749F90'

red 116 ◦ green 159 ◦ blue 144

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

Shades of Acapulco #749F90

Tints of Acapulco #749F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 27.68%
G = 37.95%
B = 34.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#749F90 (or 0x749F90) is known color: Acapulco. HEX triplet: 74, 9F and 90. RGB value is (116,159,144). Sum of RGB (Red+Green+Blue) = 116+159+144=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #749F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749F90 is #8B606F. Grayscale: #909090. Windows color (decimal): -9134192 or 9478004. OLE color: 9478004.

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

Color convert

RGB 116 159 144 -
CMYK 0.27 0 0.09 0.38
HSL 159.07º 0.18% 0.54% -
HSV(B) 159.07º 0.27% 0.62% -
XYZ 24.63 30.52 30.98 -
YUV 144.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 116 159 144 0.27 0 0.09 0.38 159.07 0.18 0.54
Hex 74 9F 90 1B 0 9 26 9F 12 36
Octal 164 237 220 33 0 11 46 237 22 66
Binary 1110100 10011111 10010000 11011 0 1001 100110 10011111 10010 110110

Color Harmonies of #749F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F90

Black with #749F90

Text Example


Text Example

White with #749F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #749F90;
 }
 .AnyTagClassName
 {
   color: #749F90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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