Html Css Color HEX #778B74 Davy's Grey

📋 copy color: '#778B74'

red 119 ◦ green 139 ◦ blue 116

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

Shades of Davy's Grey #778B74

Tints of Davy's Grey #778B74

RGB

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

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

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

R = 31.82%
G = 37.17%
B = 31.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#778B74 (or 0x778B74) is known color: Davy's Grey. HEX triplet: 77, 8B and 74. RGB value is (119,139,116). Sum of RGB (Red+Green+Blue) = 119+139+116=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #778B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B74 is #88748B. Grayscale: #828282. Windows color (decimal): -8942732 or 7637879. OLE color: 7637879.

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

Color convert

RGB 119 139 116 -
CMYK 0.14 0 0.17 0.45
HSL 112.17º 0.09% 0.5% -
HSV(B) 112.17º 0.17% 0.55% -
XYZ 19.99 23.65 20.03 -
YUV 130.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 119 139 116 0.14 0 0.17 0.45 112.17 0.09 0.5
Hex 77 8B 74 E 0 11 2D 70 9 32
Octal 167 213 164 16 0 21 55 160 11 62
Binary 1110111 10001011 1110100 1110 0 10001 101101 1110000 1001 110010

Color Harmonies of #778B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B74

Black with #778B74

Text Example


Text Example

White with #778B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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