Html Css Color HEX #779D8B Granny Smith

📋 copy color: '#779D8B'

red 119 ◦ green 157 ◦ blue 139

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

Shades of Granny Smith #779D8B

Tints of Granny Smith #779D8B

RGB

 RED value IS 119 (46.88% from 255) = 28.67%

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 28.67%
G = 37.83%
B = 33.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#779D8B (or 0x779D8B) is known color: Granny Smith. HEX triplet: 77, 9D and 8B. RGB value is (119,157,139). Sum of RGB (Red+Green+Blue) = 119+157+139=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #779D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D8B is #886274. Grayscale: #8F8F8F. Windows color (decimal): -8938101 or 9149815. OLE color: 9149815.

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

Color convert

RGB 119 157 139 -
CMYK 0.24 0 0.11 0.38
HSL 151.58º 0.16% 0.54% -
HSV(B) 151.58º 0.24% 0.62% -
XYZ 24.32 29.9 28.92 -
YUV 143.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 119 157 139 0.24 0 0.11 0.38 151.58 0.16 0.54
Hex 77 9D 8B 18 0 B 26 98 10 36
Octal 167 235 213 30 0 13 46 230 20 66
Binary 1110111 10011101 10001011 11000 0 1011 100110 10011000 10000 110110

Color Harmonies of #779D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D8B

Black with #779D8B

Text Example


Text Example

White with #779D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779D8B; }

 p { color: rgb(119,157,139); }

 H1.HeaderClassName
 {
   color: #779D8B;
 }
 .AnyTagClassName
 {
   color: #779D8B;
 }
</style>

background-color css

<style>
 a { background-color: #779D8B; }

 a { background-color: rgb(119,157,139); }

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

border-color css

<style>
 span { border-color: #779D8B; }

 span { border-color: rgb(119,157,139); }

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