Html Css Color HEX #778680 Granny Smith

📋 copy color: '#778680'

red 119 ◦ green 134 ◦ blue 128

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

Shades of Granny Smith #778680

Tints of Granny Smith #778680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 31.23%
G = 35.17%
B = 33.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#778680 (or 0x778680) is known color: Granny Smith. HEX triplet: 77, 86 and 80. RGB value is (119,134,128). Sum of RGB (Red+Green+Blue) = 119+134+128=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #778680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778680 is #88797F. Grayscale: #808080. Windows color (decimal): -8944000 or 8423031. OLE color: 8423031.

HSL color Cylindrical-coordinate representation of color #778680: hue angle of 156º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778680 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 134 128 -
CMYK 0.11 0 0.04 0.47
HSL 156º 0.06% 0.5% -
HSV(B) 156º 0.11% 0.53% -
XYZ 20.03 22.53 23.72 -
YUV 128.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 119 134 128 0.11 0 0.04 0.47 156 0.06 0.5
Hex 77 86 80 B 0 4 2F 9C 6 32
Octal 167 206 200 13 0 4 57 234 6 62
Binary 1110111 10000110 10000000 1011 0 100 101111 10011100 110 110010

Color Harmonies of #778680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778680

Black with #778680

Text Example


Text Example

White with #778680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778680; }

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

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

background-color css

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

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

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

border-color css

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

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

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