Html Css Color HEX #74A591 Acapulco

📋 copy color: '#74A591'

red 116 ◦ green 165 ◦ blue 145

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

Shades of Acapulco #74A591

Tints of Acapulco #74A591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 27.23%
G = 38.73%
B = 34.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#74A591 (or 0x74A591) is known color: Acapulco. HEX triplet: 74, A5 and 91. RGB value is (116,165,145). Sum of RGB (Red+Green+Blue) = 116+165+145=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #74A591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A591 is #8B5A6E. Grayscale: #949494. Windows color (decimal): -9132655 or 9545076. OLE color: 9545076.

HSL color Cylindrical-coordinate representation of color #74A591: hue angle of 155.51º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74A591 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 145 -
CMYK 0.30 0 0.12 0.35
HSL 155.51º 0.21% 0.55% -
HSV(B) 155.51º 0.3% 0.65% -
XYZ 25.77 32.67 31.74 -
YUV 148.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 116 165 145 0.30 0 0.12 0.35 155.51 0.21 0.55
Hex 74 A5 91 1E 0 C 23 9C 15 37
Octal 164 245 221 36 0 14 43 234 25 67
Binary 1110100 10100101 10010001 11110 0 1100 100011 10011100 10101 110111

Color Harmonies of #74A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A591

Black with #74A591

Text Example


Text Example

White with #74A591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A591; }

 p { color: rgb(116,165,145); }

 H1.HeaderClassName
 {
   color: #74A591;
 }
 .AnyTagClassName
 {
   color: #74A591;
 }
</style>

background-color css

<style>
 a { background-color: #74A591; }

 a { background-color: rgb(116,165,145); }

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

border-color css

<style>
 span { border-color: #74A591; }

 span { border-color: rgb(116,165,145); }

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