Html Css Color HEX #779D91 Granny Smith

📋 copy color: '#779D91'

red 119 ◦ green 157 ◦ blue 145

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

Shades of Granny Smith #779D91

Tints of Granny Smith #779D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.44%

R = 28.27%
G = 37.29%
B = 34.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#779D91 (or 0x779D91) is known color: Granny Smith. HEX triplet: 77, 9D and 91. RGB value is (119,157,145). Sum of RGB (Red+Green+Blue) = 119+157+145=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #779D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D91 is #88626E. Grayscale: #909090. Windows color (decimal): -8938095 or 9543031. OLE color: 9543031.

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

Color convert

RGB 119 157 145 -
CMYK 0.24 0 0.08 0.38
HSL 161.05º 0.16% 0.54% -
HSV(B) 161.05º 0.24% 0.62% -
XYZ 24.78 30.08 31.29 -
YUV 144.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 119 157 145 0.24 0 0.08 0.38 161.05 0.16 0.54
Hex 77 9D 91 18 0 8 26 A1 10 36
Octal 167 235 221 30 0 10 46 241 20 66
Binary 1110111 10011101 10010001 11000 0 1000 100110 10100001 10000 110110

Color Harmonies of #779D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D91

Black with #779D91

Text Example


Text Example

White with #779D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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