Html Css Color HEX #778877 Davy's Grey

📋 copy color: '#778877'

red 119 ◦ green 136 ◦ blue 119

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

Shades of Davy's Grey #778877

Tints of Davy's Grey #778877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#778877 (or 0x778877) is known color: Davy's Grey. HEX triplet: 77, 88 and 77. RGB value is (119,136,119). Sum of RGB (Red+Green+Blue) = 119+136+119=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #778877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778877 is #887788. Grayscale: #818181. Windows color (decimal): -8943497 or 7833719. OLE color: 7833719.

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

Color convert

RGB 119 136 119 -
CMYK 0.12 0 0.12 0.47
HSL 120º 0.07% 0.5% -
HSV(B) 120º 0.13% 0.53% -
XYZ 19.74 22.86 20.83 -
YUV 128.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 119 136 119 0.12 0 0.12 0.47 120 0.07 0.5
Hex 77 88 77 C 0 C 2F 78 7 32
Octal 167 210 167 14 0 14 57 170 7 62
Binary 1110111 10001000 1110111 1100 0 1100 101111 1111000 111 110010

Color Harmonies of #778877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778877

Black with #778877

Text Example


Text Example

White with #778877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778877; }

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

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

background-color css

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

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

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

border-color css

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

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

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