Html Css Color HEX #779B8F Granny Smith

📋 copy color: '#779B8F'

red 119 ◦ green 155 ◦ blue 143

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

Shades of Granny Smith #779B8F

Tints of Granny Smith #779B8F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 28.54%
G = 37.17%
B = 34.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#779B8F (or 0x779B8F) is known color: Granny Smith. HEX triplet: 77, 9B and 8F. RGB value is (119,155,143). Sum of RGB (Red+Green+Blue) = 119+155+143=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #779B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B8F is #886470. Grayscale: #8E8E8E. Windows color (decimal): -8938609 or 9411447. OLE color: 9411447.

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

Color convert

RGB 119 155 143 -
CMYK 0.23 0 0.08 0.39
HSL 160º 0.15% 0.54% -
HSV(B) 160º 0.23% 0.61% -
XYZ 24.29 29.35 30.37 -
YUV 142.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 119 155 143 0.23 0 0.08 0.39 160 0.15 0.54
Hex 77 9B 8F 17 0 8 27 A0 F 36
Octal 167 233 217 27 0 10 47 240 17 66
Binary 1110111 10011011 10001111 10111 0 1000 100111 10100000 1111 110110

Color Harmonies of #779B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B8F

Black with #779B8F

Text Example


Text Example

White with #779B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,143); }

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

background-color css

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

 a { background-color: rgb(119,155,143); }

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

border-color css

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

 span { border-color: rgb(119,155,143); }

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