Html Css Color HEX #778377 Davy's Grey

📋 copy color: '#778377'

red 119 ◦ green 131 ◦ blue 119

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

Shades of Davy's Grey #778377

Tints of Davy's Grey #778377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 119 (46.88% from 255) = 32.25%

R = 32.25%
G = 35.5%
B = 32.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#778377 (or 0x778377) is known color: Davy's Grey. HEX triplet: 77, 83 and 77. RGB value is (119,131,119). Sum of RGB (Red+Green+Blue) = 119+131+119=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #778377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778377 is #887C88. Grayscale: #7E7E7E. Windows color (decimal): -8944777 or 7832439. OLE color: 7832439.

HSL color Cylindrical-coordinate representation of color #778377: hue angle of 120º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #778377 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 131 119 -
CMYK 0.09 0 0.09 0.49
HSL 120º 0.05% 0.49% -
HSV(B) 120º 0.09% 0.51% -
XYZ 19.05 21.49 20.6 -
YUV 126.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 119 131 119 0.09 0 0.09 0.49 120 0.05 0.49
Hex 77 83 77 9 0 9 31 78 5 31
Octal 167 203 167 11 0 11 61 170 5 61
Binary 1110111 10000011 1110111 1001 0 1001 110001 1111000 101 110001

Color Harmonies of #778377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778377

Black with #778377

Text Example


Text Example

White with #778377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778377; }

 p { color: rgb(119,131,119); }

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

background-color css

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

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

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

border-color css

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

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

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