Html Css Color HEX #779A77 Davy's Grey

📋 copy color: '#779A77'

red 119 ◦ green 154 ◦ blue 119

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

Shades of Davy's Grey #779A77

Tints of Davy's Grey #779A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

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

R = 30.36%
G = 39.29%
B = 30.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#779A77 (or 0x779A77) is known color: Davy's Grey. HEX triplet: 77, 9A and 77. RGB value is (119,154,119). Sum of RGB (Red+Green+Blue) = 119+154+119=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #779A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A77 is #886588. Grayscale: #8B8B8B. Windows color (decimal): -8938889 or 7838327. OLE color: 7838327.

HSL color Cylindrical-coordinate representation of color #779A77: hue angle of 120º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A77 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 154 119 -
CMYK 0.23 0 0.23 0.40
HSL 120º 0.15% 0.54% -
HSV(B) 120º 0.23% 0.6% -
XYZ 22.49 28.37 21.74 -
YUV 139.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 119 154 119 0.23 0 0.23 0.40 120 0.15 0.54
Hex 77 9A 77 17 0 17 28 78 F 36
Octal 167 232 167 27 0 27 50 170 17 66
Binary 1110111 10011010 1110111 10111 0 10111 101000 1111000 1111 110110

Color Harmonies of #779A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A77

Black with #779A77

Text Example


Text Example

White with #779A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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