Html Css Color HEX #779878 Davy's Grey

📋 copy color: '#779878'

red 119 ◦ green 152 ◦ blue 120

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

Shades of Davy's Grey #779878

Tints of Davy's Grey #779878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 30.43%
G = 38.87%
B = 30.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#779878 (or 0x779878) is known color: Davy's Grey. HEX triplet: 77, 98 and 78. RGB value is (119,152,120). Sum of RGB (Red+Green+Blue) = 119+152+120=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #779878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779878 is #886787. Grayscale: #8A8A8A. Windows color (decimal): -8939400 or 7903351. OLE color: 7903351.

HSL color Cylindrical-coordinate representation of color #779878: hue angle of 121.82º 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 #779878 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 120 -
CMYK 0.22 0 0.21 0.40
HSL 121.82º 0.14% 0.53% -
HSV(B) 121.82º 0.22% 0.6% -
XYZ 22.23 27.73 21.95 -
YUV 138.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 119 152 120 0.22 0 0.21 0.40 121.82 0.14 0.53
Hex 77 98 78 16 0 15 28 7A E 35
Octal 167 230 170 26 0 25 50 172 16 65
Binary 1110111 10011000 1111000 10110 0 10101 101000 1111010 1110 110101

Color Harmonies of #779878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779878

Black with #779878

Text Example


Text Example

White with #779878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779878; }

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

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

background-color css

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

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

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

border-color css

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

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

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