Html Css Color HEX #778D74 Davy's Grey

📋 copy color: '#778D74'

red 119 ◦ green 141 ◦ blue 116

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

Shades of Davy's Grey #778D74

Tints of Davy's Grey #778D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.5%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 31.65%
G = 37.5%
B = 30.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#778D74 (or 0x778D74) is known color: Davy's Grey. HEX triplet: 77, 8D and 74. RGB value is (119,141,116). Sum of RGB (Red+Green+Blue) = 119+141+116=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #778D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D74 is #88728B. Grayscale: #838383. Windows color (decimal): -8942220 or 7638391. OLE color: 7638391.

HSL color Cylindrical-coordinate representation of color #778D74: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778D74 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 141 116 -
CMYK 0.16 0 0.18 0.45
HSL 112.8º 0.1% 0.5% -
HSV(B) 112.8º 0.18% 0.55% -
XYZ 20.29 24.23 20.13 -
YUV 131.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 119 141 116 0.16 0 0.18 0.45 112.8 0.1 0.5
Hex 77 8D 74 10 0 12 2D 71 A 32
Octal 167 215 164 20 0 22 55 161 12 62
Binary 1110111 10001101 1110100 10000 0 10010 101101 1110001 1010 110010

Color Harmonies of #778D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D74

Black with #778D74

Text Example


Text Example

White with #778D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,141,116); }

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

background-color css

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

 a { background-color: rgb(119,141,116); }

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

border-color css

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

 span { border-color: rgb(119,141,116); }

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