Html Css Color HEX #779C8E Granny Smith

📋 copy color: '#779C8E'

red 119 ◦ green 156 ◦ blue 142

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

Shades of Granny Smith #779C8E

Tints of Granny Smith #779C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 28.54%
G = 37.41%
B = 34.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#779C8E (or 0x779C8E) is known color: Granny Smith. HEX triplet: 77, 9C and 8E. RGB value is (119,156,142). Sum of RGB (Red+Green+Blue) = 119+156+142=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #779C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C8E is #886371. Grayscale: #8F8F8F. Windows color (decimal): -8938354 or 9346167. OLE color: 9346167.

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

Color convert

RGB 119 156 142 -
CMYK 0.24 0 0.09 0.39
HSL 157.3º 0.16% 0.54% -
HSV(B) 157.3º 0.24% 0.61% -
XYZ 24.38 29.65 30.03 -
YUV 143.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 119 156 142 0.24 0 0.09 0.39 157.3 0.16 0.54
Hex 77 9C 8E 18 0 9 27 9D 10 36
Octal 167 234 216 30 0 11 47 235 20 66
Binary 1110111 10011100 10001110 11000 0 1001 100111 10011101 10000 110110

Color Harmonies of #779C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779C8E

Black with #779C8E

Text Example


Text Example

White with #779C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,156,142); }

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

background-color css

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

 a { background-color: rgb(119,156,142); }

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

border-color css

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

 span { border-color: rgb(119,156,142); }

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