Html Css Color HEX #779177 Davy's Grey

📋 copy color: '#779177'

red 119 ◦ green 145 ◦ blue 119

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

Shades of Davy's Grey #779177

Tints of Davy's Grey #779177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 31.07%
G = 37.86%
B = 31.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#779177 (or 0x779177) is known color: Davy's Grey. HEX triplet: 77, 91 and 77. RGB value is (119,145,119). Sum of RGB (Red+Green+Blue) = 119+145+119=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #779177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779177 is #886E88. Grayscale: #868686. Windows color (decimal): -8941193 or 7836023. OLE color: 7836023.

HSL color Cylindrical-coordinate representation of color #779177: hue angle of 120º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #779177 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 119 -
CMYK 0.18 0 0.18 0.43
HSL 120º 0.11% 0.52% -
HSV(B) 120º 0.18% 0.57% -
XYZ 21.06 25.5 21.27 -
YUV 134.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 119 145 119 0.18 0 0.18 0.43 120 0.11 0.52
Hex 77 91 77 12 0 12 2B 78 B 34
Octal 167 221 167 22 0 22 53 170 13 64
Binary 1110111 10010001 1110111 10010 0 10010 101011 1111000 1011 110100

Color Harmonies of #779177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779177

Black with #779177

Text Example


Text Example

White with #779177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779177; }

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

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

background-color css

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

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

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

border-color css

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

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

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