Html Css Color HEX #779D8C Granny Smith

📋 copy color: '#779D8C'

red 119 ◦ green 157 ◦ blue 140

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

Shades of Granny Smith #779D8C

Tints of Granny Smith #779D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 28.61%
G = 37.74%
B = 33.65%

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

#779D8C (or 0x779D8C) is known color: Granny Smith. HEX triplet: 77, 9D and 8C. RGB value is (119,157,140). Sum of RGB (Red+Green+Blue) = 119+157+140=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #779D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D8C is #886273. Grayscale: #8F8F8F. Windows color (decimal): -8938100 or 9215351. OLE color: 9215351.

HSL color Cylindrical-coordinate representation of color #779D8C: hue angle of 153.16º 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 #779D8C is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 140 -
CMYK 0.24 0 0.11 0.38
HSL 153.16º 0.16% 0.54% -
HSV(B) 153.16º 0.24% 0.62% -
XYZ 24.4 29.93 29.3 -
YUV 143.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 119 157 140 0.24 0 0.11 0.38 153.16 0.16 0.54
Hex 77 9D 8C 18 0 B 26 99 10 36
Octal 167 235 214 30 0 13 46 231 20 66
Binary 1110111 10011101 10001100 11000 0 1011 100110 10011001 10000 110110

Color Harmonies of #779D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D8C

Black with #779D8C

Text Example


Text Example

White with #779D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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