Html Css Color HEX #779086 Granny Smith

📋 copy color: '#779086'

red 119 ◦ green 144 ◦ blue 134

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

Shades of Granny Smith #779086

Tints of Granny Smith #779086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 29.97%
G = 36.27%
B = 33.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#779086 (or 0x779086) is known color: Granny Smith. HEX triplet: 77, 90 and 86. RGB value is (119,144,134). Sum of RGB (Red+Green+Blue) = 119+144+134=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #779086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779086 is #886F79. Grayscale: #878787. Windows color (decimal): -8941434 or 8818807. OLE color: 8818807.

HSL color Cylindrical-coordinate representation of color #779086: hue angle of 156º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #779086 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 134 -
CMYK 0.17 0 0.07 0.44
HSL 156º 0.1% 0.52% -
HSV(B) 156º 0.17% 0.56% -
XYZ 21.88 25.59 26.34 -
YUV 135.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 119 144 134 0.17 0 0.07 0.44 156 0.1 0.52
Hex 77 90 86 11 0 7 2C 9C A 34
Octal 167 220 206 21 0 7 54 234 12 64
Binary 1110111 10010000 10000110 10001 0 111 101100 10011100 1010 110100

Color Harmonies of #779086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779086

Black with #779086

Text Example


Text Example

White with #779086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779086; }

 p { color: rgb(119,144,134); }

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

background-color css

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

 a { background-color: rgb(119,144,134); }

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

border-color css

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

 span { border-color: rgb(119,144,134); }

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