Html Css Color HEX #74A799 Acapulco

📋 copy color: '#74A799'

red 116 ◦ green 167 ◦ blue 153

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

Shades of Acapulco #74A799

Tints of Acapulco #74A799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 26.61%
G = 38.3%
B = 35.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#74A799 (or 0x74A799) is known color: Acapulco. HEX triplet: 74, A7 and 99. RGB value is (116,167,153). Sum of RGB (Red+Green+Blue) = 116+167+153=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #74A799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A799 is #8B5866. Grayscale: #969696. Windows color (decimal): -9132135 or 10069876. OLE color: 10069876.

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

Color convert

RGB 116 167 153 -
CMYK 0.31 0 0.08 0.35
HSL 163.53º 0.22% 0.55% -
HSV(B) 163.53º 0.31% 0.65% -
XYZ 26.77 33.65 35.22 -
YUV 150.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 116 167 153 0.31 0 0.08 0.35 163.53 0.22 0.55
Hex 74 A7 99 1F 0 8 23 A4 16 37
Octal 164 247 231 37 0 10 43 244 26 67
Binary 1110100 10100111 10011001 11111 0 1000 100011 10100100 10110 110111

Color Harmonies of #74A799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A799

Black with #74A799

Text Example


Text Example

White with #74A799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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