Html Css Color HEX #778876 Davy's Grey

📋 copy color: '#778876'

red 119 ◦ green 136 ◦ blue 118

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

Shades of Davy's Grey #778876

Tints of Davy's Grey #778876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 31.9%
G = 36.46%
B = 31.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#778876 (or 0x778876) is known color: Davy's Grey. HEX triplet: 77, 88 and 76. RGB value is (119,136,118). Sum of RGB (Red+Green+Blue) = 119+136+118=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #778876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778876 is #887789. Grayscale: #808080. Windows color (decimal): -8943498 or 7768183. OLE color: 7768183.

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

Color convert

RGB 119 136 118 -
CMYK 0.12 0 0.13 0.47
HSL 116.67º 0.07% 0.5% -
HSV(B) 116.67º 0.13% 0.53% -
XYZ 19.68 22.84 20.51 -
YUV 128.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 119 136 118 0.12 0 0.13 0.47 116.67 0.07 0.5
Hex 77 88 76 C 0 D 2F 75 7 32
Octal 167 210 166 14 0 15 57 165 7 62
Binary 1110111 10001000 1110110 1100 0 1101 101111 1110101 111 110010

Color Harmonies of #778876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778876

Black with #778876

Text Example


Text Example

White with #778876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778876; }

 p { color: rgb(119,136,118); }

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

background-color css

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

 a { background-color: rgb(119,136,118); }

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

border-color css

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

 span { border-color: rgb(119,136,118); }

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