Html Css Color HEX #779677 Davy's Grey

📋 copy color: '#779677'

red 119 ◦ green 150 ◦ blue 119

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

Shades of Davy's Grey #779677

Tints of Davy's Grey #779677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 30.67%
G = 38.66%
B = 30.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#779677 (or 0x779677) is known color: Davy's Grey. HEX triplet: 77, 96 and 77. RGB value is (119,150,119). Sum of RGB (Red+Green+Blue) = 119+150+119=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #779677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779677 is #886988. Grayscale: #898989. Windows color (decimal): -8939913 or 7837303. OLE color: 7837303.

HSL color Cylindrical-coordinate representation of color #779677: hue angle of 120º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779677 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 119 -
CMYK 0.21 0 0.21 0.41
HSL 120º 0.13% 0.53% -
HSV(B) 120º 0.21% 0.59% -
XYZ 21.84 27.07 21.53 -
YUV 137.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 119 150 119 0.21 0 0.21 0.41 120 0.13 0.53
Hex 77 96 77 15 0 15 29 78 D 35
Octal 167 226 167 25 0 25 51 170 15 65
Binary 1110111 10010110 1110111 10101 0 10101 101001 1111000 1101 110101

Color Harmonies of #779677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779677

Black with #779677

Text Example


Text Example

White with #779677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779677; }

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

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

background-color css

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

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

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

border-color css

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

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

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