Html Css Color HEX #789F8A Acapulco

📋 copy color: '#789F8A'

red 120 ◦ green 159 ◦ blue 138

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

Shades of Acapulco #789F8A

Tints of Acapulco #789F8A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 28.78%
G = 38.13%
B = 33.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#789F8A (or 0x789F8A) is known color: Acapulco. HEX triplet: 78, 9F and 8A. RGB value is (120,159,138). Sum of RGB (Red+Green+Blue) = 120+159+138=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #789F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F8A is #876075. Grayscale: #909090. Windows color (decimal): -8872054 or 9084792. OLE color: 9084792.

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

Color convert

RGB 120 159 138 -
CMYK 0.25 0 0.13 0.38
HSL 147.69º 0.17% 0.55% -
HSV(B) 147.69º 0.25% 0.62% -
XYZ 24.73 30.62 28.65 -
YUV 144.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 120 159 138 0.25 0 0.13 0.38 147.69 0.17 0.55
Hex 78 9F 8A 19 0 D 26 94 11 37
Octal 170 237 212 31 0 15 46 224 21 67
Binary 1111000 10011111 10001010 11001 0 1101 100110 10010100 10001 110111

Color Harmonies of #789F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789F8A

Black with #789F8A

Text Example


Text Example

White with #789F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,159,138); }

 H1.HeaderClassName
 {
   color: #789F8A;
 }
 .AnyTagClassName
 {
   color: #789F8A;
 }
</style>

background-color css

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

 a { background-color: rgb(120,159,138); }

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

border-color css

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

 span { border-color: rgb(120,159,138); }

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