Html Css Color HEX #78A58C Acapulco

📋 copy color: '#78A58C'

red 120 ◦ green 165 ◦ blue 140

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

Shades of Acapulco #78A58C

Tints of Acapulco #78A58C

RGB

 RED value IS 120 (47.27% from 255) = 28.24%

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

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

R = 28.24%
G = 38.82%
B = 32.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#78A58C (or 0x78A58C) is known color: Acapulco. HEX triplet: 78, A5 and 8C. RGB value is (120,165,140). Sum of RGB (Red+Green+Blue) = 120+165+140=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #78A58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A58C is #875A73. Grayscale: #949494. Windows color (decimal): -8870516 or 9217400. OLE color: 9217400.

HSL color Cylindrical-coordinate representation of color #78A58C: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A58C is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 165 140 -
CMYK 0.27 0 0.15 0.35
HSL 146.67º 0.2% 0.56% -
HSV(B) 146.67º 0.27% 0.65% -
XYZ 25.93 32.8 29.77 -
YUV 148.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 120 165 140 0.27 0 0.15 0.35 146.67 0.2 0.56
Hex 78 A5 8C 1B 0 F 23 93 14 38
Octal 170 245 214 33 0 17 43 223 24 70
Binary 1111000 10100101 10001100 11011 0 1111 100011 10010011 10100 111000

Color Harmonies of #78A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A58C

Black with #78A58C

Text Example


Text Example

White with #78A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A58C; }

 p { color: rgb(120,165,140); }

 H1.HeaderClassName
 {
   color: #78A58C;
 }
 .AnyTagClassName
 {
   color: #78A58C;
 }
</style>

background-color css

<style>
 a { background-color: #78A58C; }

 a { background-color: rgb(120,165,140); }

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

border-color css

<style>
 span { border-color: #78A58C; }

 span { border-color: rgb(120,165,140); }

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