Html Css Color HEX #779275 Davy's Grey

📋 copy color: '#779275'

red 119 ◦ green 146 ◦ blue 117

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

Shades of Davy's Grey #779275

Tints of Davy's Grey #779275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 31.15%
G = 38.22%
B = 30.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#779275 (or 0x779275) is known color: Davy's Grey. HEX triplet: 77, 92 and 75. RGB value is (119,146,117). Sum of RGB (Red+Green+Blue) = 119+146+117=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #779275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779275 is #886D8A. Grayscale: #868686. Windows color (decimal): -8940939 or 7705207. OLE color: 7705207.

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

Color convert

RGB 119 146 117 -
CMYK 0.18 0 0.20 0.43
HSL 115.86º 0.12% 0.52% -
HSV(B) 115.86º 0.2% 0.57% -
XYZ 21.1 25.76 20.69 -
YUV 134.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 119 146 117 0.18 0 0.20 0.43 115.86 0.12 0.52
Hex 77 92 75 12 0 14 2B 74 C 34
Octal 167 222 165 22 0 24 53 164 14 64
Binary 1110111 10010010 1110101 10010 0 10100 101011 1110100 1100 110100

Color Harmonies of #779275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779275

Black with #779275

Text Example


Text Example

White with #779275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779275; }

 p { color: rgb(119,146,117); }

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

background-color css

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

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

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

border-color css

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

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

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