#78A49D

Color #78A49D Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #78A49D

Tints of Gulf Stream #78A49D

Color information

#78A49D (or 0x78A49D) is unknown color: approx Gulf Stream. HEX triplet: 78, A4 and 9D. RGB value is (120,164,157). Sum of RGB (Red+Green+Blue) = 120+164+157=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #78A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A49D is #875B62. Grayscale: #969696. Windows color (decimal): -8870755 or 10331256. OLE color: 10331256.

HSL color Cylindrical-coordinate representation of color #78A49D: hue angle of 170.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A49D is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB120164157-
CMYK0.2700.040.36
HSL170.45º19.47%55.69%-
HSV(B)170.45º26.83%64.31%-
XYZ27.1132.9836.84-
YUV150.05131.92106.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=27.21%
G=37.19%
B=35.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201641570.2700.040.36170.4519.4755.69
Hex78A49D1B0424aa1338
Octal1702442353304442522370
Binary111100010100100100111011101101001001001010101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,164,157); }

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

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

 a { background-color: rgb(120,164,157); }

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

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

 span { border-color: rgb(120,164,157); }

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