Html Css Color HEX #74A792 Acapulco

📋 copy color: '#74A792'

red 116 ◦ green 167 ◦ blue 146

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

Shades of Acapulco #74A792

Tints of Acapulco #74A792

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 27.04%
G = 38.93%
B = 34.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#74A792 (or 0x74A792) is known color: Acapulco. HEX triplet: 74, A7 and 92. RGB value is (116,167,146). Sum of RGB (Red+Green+Blue) = 116+167+146=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #74A792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A792 is #8B586D. Grayscale: #959595. Windows color (decimal): -9132142 or 9611124. OLE color: 9611124.

HSL color Cylindrical-coordinate representation of color #74A792: hue angle of 155.29º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A792 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 167 146 -
CMYK 0.31 0 0.13 0.35
HSL 155.29º 0.22% 0.55% -
HSV(B) 155.29º 0.31% 0.65% -
XYZ 26.21 33.43 32.26 -
YUV 149.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 116 167 146 0.31 0 0.13 0.35 155.29 0.22 0.55
Hex 74 A7 92 1F 0 D 23 9B 16 37
Octal 164 247 222 37 0 15 43 233 26 67
Binary 1110100 10100111 10010010 11111 0 1101 100011 10011011 10110 110111

Color Harmonies of #74A792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A792

Black with #74A792

Text Example


Text Example

White with #74A792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,167,146); }

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

background-color css

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

 a { background-color: rgb(116,167,146); }

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

border-color css

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

 span { border-color: rgb(116,167,146); }

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