Html Css Color HEX #74A593 Acapulco

📋 copy color: '#74A593'

red 116 ◦ green 165 ◦ blue 147

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

Shades of Acapulco #74A593

Tints of Acapulco #74A593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 27.1%
G = 38.55%
B = 34.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#74A593 (or 0x74A593) is known color: Acapulco. HEX triplet: 74, A5 and 93. RGB value is (116,165,147). Sum of RGB (Red+Green+Blue) = 116+165+147=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 165 - color contains mainly: green. Hex color #74A593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A593 is #8B5A6C. Grayscale: #949494. Windows color (decimal): -9132653 or 9676148. OLE color: 9676148.

HSL color Cylindrical-coordinate representation of color #74A593: hue angle of 157.96º 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 #74A593 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 147 -
CMYK 0.30 0 0.11 0.35
HSL 157.96º 0.21% 0.55% -
HSV(B) 157.96º 0.3% 0.65% -
XYZ 25.92 32.73 32.55 -
YUV 148.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 116 165 147 0.30 0 0.11 0.35 157.96 0.21 0.55
Hex 74 A5 93 1E 0 B 23 9E 15 37
Octal 164 245 223 36 0 13 43 236 25 67
Binary 1110100 10100101 10010011 11110 0 1011 100011 10011110 10101 110111

Color Harmonies of #74A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A593

Black with #74A593

Text Example


Text Example

White with #74A593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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