Html Css Color HEX #749F8C Acapulco

📋 copy color: '#749F8C'

red 116 ◦ green 159 ◦ blue 140

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

Shades of Acapulco #749F8C

Tints of Acapulco #749F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 27.95%
G = 38.31%
B = 33.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#749F8C (or 0x749F8C) is known color: Acapulco. HEX triplet: 74, 9F and 8C. RGB value is (116,159,140). Sum of RGB (Red+Green+Blue) = 116+159+140=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #749F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749F8C is #8B6073. Grayscale: #909090. Windows color (decimal): -9134196 or 9215860. OLE color: 9215860.

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

Color convert

RGB 116 159 140 -
CMYK 0.27 0 0.12 0.38
HSL 153.49º 0.18% 0.54% -
HSV(B) 153.49º 0.27% 0.62% -
XYZ 24.33 30.4 29.4 -
YUV 143.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 116 159 140 0.27 0 0.12 0.38 153.49 0.18 0.54
Hex 74 9F 8C 1B 0 C 26 99 12 36
Octal 164 237 214 33 0 14 46 231 22 66
Binary 1110100 10011111 10001100 11011 0 1100 100110 10011001 10010 110110

Color Harmonies of #749F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F8C

Black with #749F8C

Text Example


Text Example

White with #749F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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