Html Css Color HEX #78A49D Gulf Stream

📋 copy color: '#78A49D'

red 120 ◦ green 164 ◦ blue 157

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

Shades of Gulf Stream #78A49D

Tints of Gulf Stream #78A49D

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.6%

R = 27.21%
G = 37.19%
B = 35.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#78A49D (or 0x78A49D) is known color: 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

RGB 120 164 157 -
CMYK 0.27 0 0.04 0.36
HSL 170.45º 0.19% 0.56% -
HSV(B) 170.45º 0.27% 0.64% -
XYZ 27.11 32.98 36.84 -
YUV 150.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 120 164 157 0.27 0 0.04 0.36 170.45 0.19 0.56
Hex 78 A4 9D 1B 0 4 24 AA 13 38
Octal 170 244 235 33 0 4 44 252 23 70
Binary 1111000 10100100 10011101 11011 0 100 100100 10101010 10011 111000

Color Harmonies of #78A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A49D

Black with #78A49D

Text Example


Text Example

White with #78A49D

Text Example


Text Example

HTML Codes & Css Web 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>