Html Css Color HEX #779876 Davy's Grey

📋 copy color: '#779876'

red 119 ◦ green 152 ◦ blue 118

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

Shades of Davy's Grey #779876

Tints of Davy's Grey #779876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 30.59%
G = 39.07%
B = 30.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#779876 (or 0x779876) is known color: Davy's Grey. HEX triplet: 77, 98 and 76. RGB value is (119,152,118). Sum of RGB (Red+Green+Blue) = 119+152+118=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #779876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779876 is #886789. Grayscale: #8A8A8A. Windows color (decimal): -8939402 or 7772279. OLE color: 7772279.

HSL color Cylindrical-coordinate representation of color #779876: hue angle of 118.24º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779876 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 118 -
CMYK 0.22 0 0.22 0.40
HSL 118.24º 0.14% 0.53% -
HSV(B) 118.24º 0.22% 0.6% -
XYZ 22.11 27.69 21.32 -
YUV 138.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 119 152 118 0.22 0 0.22 0.40 118.24 0.14 0.53
Hex 77 98 76 16 0 16 28 76 E 35
Octal 167 230 166 26 0 26 50 166 16 65
Binary 1110111 10011000 1110110 10110 0 10110 101000 1110110 1110 110101

Color Harmonies of #779876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779876

Black with #779876

Text Example


Text Example

White with #779876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779876; }

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

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

background-color css

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

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

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

border-color css

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

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

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