Html Css Color HEX #778277 Davy's Grey

📋 copy color: '#778277'

red 119 ◦ green 130 ◦ blue 119

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

Shades of Davy's Grey #778277

Tints of Davy's Grey #778277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 32.34%
G = 35.33%
B = 32.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#778277 (or 0x778277) is known color: Davy's Grey. HEX triplet: 77, 82 and 77. RGB value is (119,130,119). Sum of RGB (Red+Green+Blue) = 119+130+119=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #778277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778277 is #887D88. Grayscale: #7D7D7D. Windows color (decimal): -8945033 or 7832183. OLE color: 7832183.

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

Color convert

RGB 119 130 119 -
CMYK 0.08 0 0.08 0.49
HSL 120º 0.04% 0.49% -
HSV(B) 120º 0.08% 0.51% -
XYZ 18.92 21.22 20.55 -
YUV 125.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 119 130 119 0.08 0 0.08 0.49 120 0.04 0.49
Hex 77 82 77 8 0 8 31 78 4 31
Octal 167 202 167 10 0 10 61 170 4 61
Binary 1110111 10000010 1110111 1000 0 1000 110001 1111000 100 110001

Color Harmonies of #778277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778277

Black with #778277

Text Example


Text Example

White with #778277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778277; }

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

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

background-color css

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

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

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

border-color css

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

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

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