Html Css Color HEX #78A59D Gulf Stream

📋 copy color: '#78A59D'

red 120 ◦ green 165 ◦ blue 157

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

Shades of Gulf Stream #78A59D

Tints of Gulf Stream #78A59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 27.15%
G = 37.33%
B = 35.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#78A59D (or 0x78A59D) is known color: Gulf Stream. HEX triplet: 78, A5 and 9D. RGB value is (120,165,157). Sum of RGB (Red+Green+Blue) = 120+165+157=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #78A59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A59D is #875A62. Grayscale: #969696. Windows color (decimal): -8870499 or 10331512. OLE color: 10331512.

HSL color Cylindrical-coordinate representation of color #78A59D: hue angle of 169.33º 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 #78A59D is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 165 157 -
CMYK 0.27 0 0.05 0.35
HSL 169.33º 0.2% 0.56% -
HSV(B) 169.33º 0.27% 0.65% -
XYZ 27.29 33.34 36.89 -
YUV 150.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 120 165 157 0.27 0 0.05 0.35 169.33 0.2 0.56
Hex 78 A5 9D 1B 0 5 23 A9 14 38
Octal 170 245 235 33 0 5 43 251 24 70
Binary 1111000 10100101 10011101 11011 0 101 100011 10101001 10100 111000

Color Harmonies of #78A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A59D

Black with #78A59D

Text Example


Text Example

White with #78A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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