Html Css Color HEX #778780 Granny Smith

📋 copy color: '#778780'

red 119 ◦ green 135 ◦ blue 128

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

Shades of Granny Smith #778780

Tints of Granny Smith #778780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

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

R = 31.15%
G = 35.34%
B = 33.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#778780 (or 0x778780) is known color: Granny Smith. HEX triplet: 77, 87 and 80. RGB value is (119,135,128). Sum of RGB (Red+Green+Blue) = 119+135+128=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #778780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778780 is #88787F. Grayscale: #818181. Windows color (decimal): -8943744 or 8423287. OLE color: 8423287.

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

Color convert

RGB 119 135 128 -
CMYK 0.12 0 0.05 0.47
HSL 153.75º 0.06% 0.5% -
HSV(B) 153.75º 0.12% 0.53% -
XYZ 20.17 22.81 23.76 -
YUV 129.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 119 135 128 0.12 0 0.05 0.47 153.75 0.06 0.5
Hex 77 87 80 C 0 5 2F 9A 6 32
Octal 167 207 200 14 0 5 57 232 6 62
Binary 1110111 10000111 10000000 1100 0 101 101111 10011010 110 110010

Color Harmonies of #778780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778780

Black with #778780

Text Example


Text Example

White with #778780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778780; }

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

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

background-color css

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

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

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

border-color css

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

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

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