Html Css Color HEX #778B76 Davy's Grey

📋 copy color: '#778B76'

red 119 ◦ green 139 ◦ blue 118

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

Shades of Davy's Grey #778B76

Tints of Davy's Grey #778B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 31.65%
G = 36.97%
B = 31.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#778B76 (or 0x778B76) is known color: Davy's Grey. HEX triplet: 77, 8B and 76. RGB value is (119,139,118). Sum of RGB (Red+Green+Blue) = 119+139+118=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #778B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B76 is #887489. Grayscale: #828282. Windows color (decimal): -8942730 or 7768951. OLE color: 7768951.

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

Color convert

RGB 119 139 118 -
CMYK 0.14 0 0.15 0.45
HSL 117.14º 0.08% 0.5% -
HSV(B) 117.14º 0.15% 0.55% -
XYZ 20.11 23.7 20.65 -
YUV 130.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 119 139 118 0.14 0 0.15 0.45 117.14 0.08 0.5
Hex 77 8B 76 E 0 F 2D 75 8 32
Octal 167 213 166 16 0 17 55 165 10 62
Binary 1110111 10001011 1110110 1110 0 1111 101101 1110101 1000 110010

Color Harmonies of #778B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B76

Black with #778B76

Text Example


Text Example

White with #778B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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