Html Css Color HEX #778C84 Granny Smith

📋 copy color: '#778C84'

red 119 ◦ green 140 ◦ blue 132

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

Shades of Granny Smith #778C84

Tints of Granny Smith #778C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 30.43%
G = 35.81%
B = 33.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#778C84 (or 0x778C84) is known color: Granny Smith. HEX triplet: 77, 8C and 84. RGB value is (119,140,132). Sum of RGB (Red+Green+Blue) = 119+140+132=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #778C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778C84 is #88737B. Grayscale: #848484. Windows color (decimal): -8942460 or 8686711. OLE color: 8686711.

HSL color Cylindrical-coordinate representation of color #778C84: hue angle of 157.14º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #778C84 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 140 132 -
CMYK 0.15 0 0.06 0.45
HSL 157.14º 0.08% 0.51% -
HSV(B) 157.14º 0.15% 0.55% -
XYZ 21.15 24.34 25.41 -
YUV 132.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 119 140 132 0.15 0 0.06 0.45 157.14 0.08 0.51
Hex 77 8C 84 F 0 6 2D 9D 8 33
Octal 167 214 204 17 0 6 55 235 10 63
Binary 1110111 10001100 10000100 1111 0 110 101101 10011101 1000 110011

Color Harmonies of #778C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C84

Black with #778C84

Text Example


Text Example

White with #778C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778C84; }

 p { color: rgb(119,140,132); }

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

background-color css

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

 a { background-color: rgb(119,140,132); }

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

border-color css

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

 span { border-color: rgb(119,140,132); }

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