#789E8C

Color #789E8C Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #789E8C

Tints of Acapulco #789E8C

Color information

#789E8C (or 0x789E8C) is unknown color: approx Acapulco. HEX triplet: 78, 9E and 8C. RGB value is (120,158,140). Sum of RGB (Red+Green+Blue) = 120+158+140=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #789E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E8C is #876173. Grayscale: #909090. Windows color (decimal): -8872308 or 9215608. OLE color: 9215608.

HSL color Cylindrical-coordinate representation of color #789E8C: hue angle of 151.58º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E8C is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB120158140-
CMYK0.2400.110.38
HSL151.58º16.38%54.51%-
HSV(B)151.58º24.05%61.96%-
XYZ24.7130.3429.37-
YUV144.59125.41110.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=28.71%
G=37.80%
B=33.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201581400.2400.110.38151.5816.3854.51
Hex789E8C180B26981037
Octal17023621430013462302067
Binary1111000100111101000110011000010111001101001100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789E8C; }

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

 H1.HeaderClassName
 {
   color: #789E8C;
 }
 .AnyTagClassName
 {
   color: #789E8C;
 }
</style>
background-color css

<style>
 a { background-color: #789E8C; }

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

 div.DivClassName
 {
   background-color: #789E8C;
 }
 .BgClassName
 {
   background-color: #789E8C;
 }
</style>
border-color css

<style>
 span { border-color: #789E8C; }

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

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