Html Css Color HEX #778681 Granny Smith

📋 copy color: '#778681'

red 119 ◦ green 134 ◦ blue 129

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

Shades of Granny Smith #778681

Tints of Granny Smith #778681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 31.15%
G = 35.08%
B = 33.77%

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

#778681 (or 0x778681) is known color: Granny Smith. HEX triplet: 77, 86 and 81. RGB value is (119,134,129). Sum of RGB (Red+Green+Blue) = 119+134+129=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #778681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778681 is #88797E. Grayscale: #808080. Windows color (decimal): -8943999 or 8488567. OLE color: 8488567.

HSL color Cylindrical-coordinate representation of color #778681: hue angle of 160º 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 #778681 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 134 129 -
CMYK 0.11 0 0.04 0.47
HSL 160º 0.06% 0.5% -
HSV(B) 160º 0.11% 0.53% -
XYZ 20.1 22.56 24.06 -
YUV 128.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 119 134 129 0.11 0 0.04 0.47 160 0.06 0.5
Hex 77 86 81 B 0 4 2F A0 6 32
Octal 167 206 201 13 0 4 57 240 6 62
Binary 1110111 10000110 10000001 1011 0 100 101111 10100000 110 110010

Color Harmonies of #778681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778681

Black with #778681

Text Example


Text Example

White with #778681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778681; }

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

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

background-color css

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

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

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

border-color css

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

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

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